mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
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.
This commit is contained in:
parent
df0bccb6d7
commit
fa597729aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210539
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user