diff options
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 |