summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw.8
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2010-07-27 14:31:39 +0000
committerglebius <glebius@FreeBSD.org>2010-07-27 14:31:39 +0000
commit4261fd06bd9d60abfecf73a7feead5064dbd4327 (patch)
tree437cb7e3e7d1fe7ce418d2ac2c687cfe381bc000 /sbin/ipfw/ipfw.8
parentcb6a673b7bd09f56e74d8b57935aebc9f3c796a1 (diff)
downloadFreeBSD-src-4261fd06bd9d60abfecf73a7feead5064dbd4327.zip
FreeBSD-src-4261fd06bd9d60abfecf73a7feead5064dbd4327.tar.gz
Document that the "ngtee" action no longer accepts packet, and
thus don't depend on one_pass flag anymore. This is a POLA violation, but it is quite difficult to restore the old behavior with new code. Also, the new behavior matches behavior of the older "tee" action, and this is more intuitive.
Diffstat (limited to 'sbin/ipfw/ipfw.8')
-rw-r--r--sbin/ipfw/ipfw.86
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 01dad12..2895170 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -1,7 +1,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 20, 2010
+.Dd July 27, 2010
.Dt IPFW 8
.Os
.Sh NAME
@@ -859,9 +859,7 @@ accepted or continues with the next rule, depending on
sysctl variable.
.It Cm ngtee Ar cookie
A copy of packet is diverted into netgraph, original
-packet is either accepted or continues with the next rule, depending on
-.Va net.inet.ip.fw.one_pass
-sysctl variable.
+packet continues with the next rule.
See
.Xr ng_ipfw 4
for more information on
OpenPOWER on IntegriCloud