summaryrefslogtreecommitdiffstats
path: root/share/man/man9/pfil.9
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2005-09-27 18:10:43 +0000
committermlaier <mlaier@FreeBSD.org>2005-09-27 18:10:43 +0000
commita42af632d87879621ea936244e0eb8a934e9054c (patch)
tree06d50385e76f077f148ab914f1e6e424fbea50a1 /share/man/man9/pfil.9
parentef35b51d9d50287690c02c0c566d37a0a97161db (diff)
downloadFreeBSD-src-a42af632d87879621ea936244e0eb8a934e9054c.zip
FreeBSD-src-a42af632d87879621ea936244e0eb8a934e9054c.tar.gz
Remove bridge(4) from the tree. if_bridge(4) is a full functional
replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period)
Diffstat (limited to 'share/man/man9/pfil.9')
-rw-r--r--share/man/man9/pfil.910
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man9/pfil.9 b/share/man/man9/pfil.9
index b54449e..11ce046 100644
--- a/share/man/man9/pfil.9
+++ b/share/man/man9/pfil.9
@@ -145,7 +145,7 @@ function
might sleep!
.Sh SEE ALSO
.Xr bpf 4 ,
-.Xr bridge 4
+.Xr if_bridge 4
.Sh HISTORY
The
.Nm
@@ -196,10 +196,12 @@ Packets diverted through these hooks have data in
host byte order contrary to the above statements.
.Pp
The
-.Xr bridge 4
-diverts inbound
+.Xr if_bridge 4
+diverts
.Dv AF_INET
-traffic, but contrary to the above
+and
+.DV AF_INET6
+traffic according to it's sysctl settings, but contrary to the above
statements, the data is provided in host byte order.
.Pp
When a
OpenPOWER on IntegriCloud