aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2010-07-27 14:31:39 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2010-07-27 14:31:39 +0000
commitfa597729aa5e8c3d0967b53c432393c95074326b (patch)
tree437cb7e3e7d1fe7ce418d2ac2c687cfe381bc000 /sbin
parentdf0bccb6d7267b17b48919cb6bd2a8b5d9c6720e (diff)
downloadsrc-fa597729aa5e8c3d0967b53c432393c95074326b.tar.gz
src-fa597729aa5e8c3d0967b53c432393c95074326b.zip
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.
Notes
Notes: svn path=/head/; revision=210539
Diffstat (limited to 'sbin')
-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 01dad12b3b89..2895170411a9 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