diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2010-09-16 15:19:23 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2010-09-16 15:19:23 +0000 |
| commit | 39e6df996fcd79beb7ea71a2c942103a2b99e68e (patch) | |
| tree | 31fb3eab94eba965b9a67b41e44f69318d090b3b /sbin | |
| parent | cd238d746d26822dac3a42d64443196eda9c3a5c (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/ipfw/ipfw.8 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 897cd3fd59ae..2895170411a9 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1,7 +1,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 24, 2009 +.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 |
