From owner-cvs-src-old@FreeBSD.ORG Mon May 18 22:34:58 2009 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 8A491106566C for ; Mon, 18 May 2009 22:34:58 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D86A8FC1F for ; Mon, 18 May 2009 22:34:58 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4IMYwtB011698 for ; Mon, 18 May 2009 22:34:58 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4IMYw95011697 for cvs-src-old@freebsd.org; Mon, 18 May 2009 22:34:58 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200905182234.n4IMYw95011697@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Mon, 18 May 2009 22:34:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fw2.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: Mon, 18 May 2009 22:34:59 -0000 bz 2009-05-18 22:34:44 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: SVN rev 192351 on 2009-05-18 22:34:44Z by bz Revert the logical change of r192341. net.inet.ip.fw.one_pass is a classic ip_input.c variable and is used in the pfil and bridge code as well. As ipfw is loadable we need to always provide it. That is the reason why it lives in struct vnet_inet and not in struct vnet_ipfw. Revision Changes Path 1.223 +1 -1 src/sys/netinet/ip_fw2.c