From owner-cvs-src-old@FreeBSD.ORG Fri Dec 10 05:19:04 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 620ED10656A5 for ; Fri, 10 Dec 2010 05:19:04 +0000 (UTC) (envelope-from ae@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 50CF68FC2C for ; Fri, 10 Dec 2010 05:19:04 +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 oBA5J4ok020648 for ; Fri, 10 Dec 2010 05:19:04 GMT (envelope-from ae@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBA5J4H3020647 for cvs-src-old@freebsd.org; Fri, 10 Dec 2010 05:19:04 GMT (envelope-from ae@repoman.freebsd.org) Message-Id: <201012100519.oBA5J4H3020647@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ae@repoman.freebsd.org using -f From: "Andrey V. Elsukov" Date: Fri, 10 Dec 2010 05:18:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet/ipfw ip_fw_pfil.c 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: Fri, 10 Dec 2010 05:19:04 -0000 ae 2010-12-10 05:18:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet/ipfw ip_fw_pfil.c Log: SVN rev 216348 on 2010-12-10 05:18:37Z by ae MFC r213254 by luigi: fix breakage in in-kernel NAT: the code did not honor net.inet.ip.fw.one_pass and always moved to the next rule in case of a successful nat. This should fix several related PR (waiting for feedback before closing them) PR: 145167 149572 150141 Approved by: re (bz) Revision Changes Path 1.4.2.5 +5 -0 src/sys/netinet/ipfw/ip_fw_pfil.c