diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-05-11 12:58:15 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-05-11 12:58:15 +0000 |
commit | 0c0e9713a6dc1bdfafd85fd6895b06c2308bf8e2 (patch) | |
tree | 7a18b56d3b4bb3b098b7bc441627983310d0942d | |
parent | faca873f769be6fb339e5766d4ca0fee5d4df846 (diff) |
Notes
-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 0ec9a09db6cc..b0ad0ac3992b 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 |