Redirect bridge(4) to if_bridge(4). These should have pointed to if_bridge

from the begining.

Reminded by:	ru
This commit is contained in:
Max Laier 2005-09-28 08:11:15 +00:00
parent 7fc550064a
commit 7badd6a5e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150673
2 changed files with 3 additions and 3 deletions

View File

@ -1104,7 +1104,7 @@ main(int argc, char *argv[])
.Sh SEE ALSO
.Xr ioctl 2 ,
.Xr altq 4 ,
.Xr bridge 4 ,
.Xr if_bridge 4 ,
.Xr pflog 4 ,
.Xr pfsync 4 ,
.Xr pfctl 8 ,

View File

@ -1168,7 +1168,7 @@ packets and an ICMP UNREACHABLE for UDP and other packets.
Options returning ICMP packets currently have no effect if
.Xr pf 4
operates on a
.Xr bridge 4 ,
.Xr if_bridge 4 ,
as the code to support this feature has not yet been implemented.
.It Ar pass
The packet is passed.
@ -1935,7 +1935,7 @@ Rules with
will not work if
.Xr pf 4
operates on a
.Xr bridge 4 .
.Xr if_bridge 4 .
.Pp
Example:
.Bd -literal -offset indent