diff options
author | glebius <glebius@FreeBSD.org> | 2005-05-11 12:58:15 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2005-05-11 12:58:15 +0000 |
commit | 4be44009450405b3b8f91c448172bd99a4663f0d (patch) | |
tree | 7a18b56d3b4bb3b098b7bc441627983310d0942d /sbin/ipfw | |
parent | eb109cd6d51514147a9c2d769779985b294d4574 (diff) | |
download | FreeBSD-src-4be44009450405b3b8f91c448172bd99a4663f0d.zip FreeBSD-src-4be44009450405b3b8f91c448172bd99a4663f0d.tar.gz |
'ngtee' also depends on net.inet.ip.fw.one_pass.
Diffstat (limited to 'sbin/ipfw')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 0ec9a09..b0ad0ac 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -735,7 +735,9 @@ 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 continues with next rule. +packet is either accepted or continues with the next rule, depending on +.Em net.inet.ip.fw.one_pass +sysctl variable. See .Xr ng_ipfw 4 for more information on |