From owner-cvs-src-old@FreeBSD.ORG Tue Jul 27 14:50:19 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A67A106566C for ; Tue, 27 Jul 2010 14:50:19 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E5AB8FC15 for ; Tue, 27 Jul 2010 14:50:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o6REoJ82063641 for ; Tue, 27 Jul 2010 14:50:19 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o6REoJL3063640 for cvs-src-old@freebsd.org; Tue, 27 Jul 2010 14:50:19 GMT (envelope-from glebius@repoman.freebsd.org) Message-Id: <201007271450.o6REoJL3063640@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to glebius@repoman.freebsd.org using -f From: Gleb Smirnoff Date: Tue, 27 Jul 2010 14:31:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw.8 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2010 14:50:19 -0000 glebius 2010-07-27 14:31:39 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw.8 Log: SVN rev 210539 on 2010-07-27 14:31:39Z by glebius 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. Revision Changes Path 1.238 +2 -4 src/sbin/ipfw/ipfw.8