diff options
author | mlaier <mlaier@FreeBSD.org> | 2005-09-28 08:11:15 +0000 |
---|---|---|
committer | mlaier <mlaier@FreeBSD.org> | 2005-09-28 08:11:15 +0000 |
commit | f86976eb12ffcfe768327cc31ac5b35f4c99e9be (patch) | |
tree | a992bcfab8193d97e43872bb5c1f7203e6155b09 /contrib | |
parent | 38ecec281b00b23b9ac1a57b7b335bfafdf5a80a (diff) | |
download | FreeBSD-src-f86976eb12ffcfe768327cc31ac5b35f4c99e9be.zip FreeBSD-src-f86976eb12ffcfe768327cc31ac5b35f4c99e9be.tar.gz |
Redirect bridge(4) to if_bridge(4). These should have pointed to if_bridge
from the begining.
Reminded by: ru
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/pf/man/pf.4 | 2 | ||||
-rw-r--r-- | contrib/pf/man/pf.conf.5 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/pf/man/pf.4 b/contrib/pf/man/pf.4 index a78f8b3..41d8c44 100644 --- a/contrib/pf/man/pf.4 +++ b/contrib/pf/man/pf.4 @@ -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 , diff --git a/contrib/pf/man/pf.conf.5 b/contrib/pf/man/pf.conf.5 index d7d5d82..c173c8a 100644 --- a/contrib/pf/man/pf.conf.5 +++ b/contrib/pf/man/pf.conf.5 @@ -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 |