summaryrefslogtreecommitdiffstats
path: root/contrib/pf/man
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2005-09-28 08:11:15 +0000
committermlaier <mlaier@FreeBSD.org>2005-09-28 08:11:15 +0000
commitf86976eb12ffcfe768327cc31ac5b35f4c99e9be (patch)
treea992bcfab8193d97e43872bb5c1f7203e6155b09 /contrib/pf/man
parent38ecec281b00b23b9ac1a57b7b335bfafdf5a80a (diff)
downloadFreeBSD-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/pf/man')
-rw-r--r--contrib/pf/man/pf.42
-rw-r--r--contrib/pf/man/pf.conf.54
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
OpenPOWER on IntegriCloud