Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 2010 14:31:39 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210539 - head/sbin/ipfw
Message-ID:  <201007271431.o6REVdWq020229@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Tue Jul 27 14:31:39 2010
New Revision: 210539
URL: http://svn.freebsd.org/changeset/base/210539

Log:
  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.

Modified:
  head/sbin/ipfw/ipfw.8

Modified: head/sbin/ipfw/ipfw.8
==============================================================================
--- head/sbin/ipfw/ipfw.8	Tue Jul 27 14:26:38 2010	(r210538)
+++ head/sbin/ipfw/ipfw.8	Tue Jul 27 14:31:39 2010	(r210539)
@@ -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
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007271431.o6REVdWq020229>