From owner-svn-src-head@FreeBSD.ORG Wed Oct 14 12:25:07 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B58B1065670; Wed, 14 Oct 2009 12:25:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [195.88.108.3]) by mx1.freebsd.org (Postfix) with ESMTP id 528FB8FC25; Wed, 14 Oct 2009 12:25:07 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id E921941C70C; Wed, 14 Oct 2009 14:25:05 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([195.88.108.3]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id n-1bi1qC8K+7; Wed, 14 Oct 2009 14:25:05 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 7646241C6FC; Wed, 14 Oct 2009 14:25:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 541A24448E6; Wed, 14 Oct 2009 12:24:12 +0000 (UTC) Date: Wed, 14 Oct 2009 12:24:12 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Julian Elischer In-Reply-To: <200910110559.n9B5xhNg002528@svn.freebsd.org> Message-ID: <20091014115713.N5956@maildrop.int.zabbadoz.net> References: <200910110559.n9B5xhNg002528@svn.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r197952 - in head/sys: net netgraph netinet netinet/ipfw netinet6 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2009 12:25:07 -0000 On Sun, 11 Oct 2009, Julian Elischer wrote: > Author: julian > Date: Sun Oct 11 05:59:43 2009 > New Revision: 197952 > URL: http://svn.freebsd.org/changeset/base/197952 > > Log: > Virtualize the pfil hooks so that different jails may chose different > packet filters. ALso allows ipfw to be enabled on on ejail and disabled > on another. In 8.0 it's a global setting. > > Sitting aroung in tree waiting to commit for: 2 months Unfortunately this broke VIMAGE with IPSEC builds, which I just fixed. I am not yet convinced this was the right approach but probably the most straight forward one. /bz > MFC after: 2 months > > Modified: > head/sys/net/if_bridge.c > head/sys/net/if_ethersubr.c > head/sys/net/pfil.c > head/sys/netgraph/ng_bridge.c > head/sys/netinet/ip_fastfwd.c > head/sys/netinet/ip_input.c > head/sys/netinet/ip_output.c > head/sys/netinet/ip_var.h > head/sys/netinet/ipfw/ip_fw2.c > head/sys/netinet/ipfw/ip_fw_pfil.c > head/sys/netinet/raw_ip.c > head/sys/netinet6/ip6_forward.c > head/sys/netinet6/ip6_input.c > head/sys/netinet6/ip6_output.c > head/sys/netinet6/ip6_var.h -- Bjoern A. Zeeb It will not break if you know what you are doing.