From owner-svn-src-head@FreeBSD.ORG Tue May 19 17:11:58 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 98D731065675 for ; Tue, 19 May 2009 17:11:58 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outK.internet-mail-service.net (outk.internet-mail-service.net [216.240.47.234]) by mx1.freebsd.org (Postfix) with ESMTP id 7BA008FC1B for ; Tue, 19 May 2009 17:11:56 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id AA60D14DD25; Tue, 19 May 2009 10:11:56 -0700 (PDT) X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (home.elischer.org [216.240.48.38]) by idiom.com (Postfix) with ESMTP id DADFC2D600F; Tue, 19 May 2009 10:11:55 -0700 (PDT) Message-ID: <4A12E85B.7050107@elischer.org> Date: Tue, 19 May 2009 10:11:55 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: John Baldwin References: <200905182234.n4IMYifY077079@svn.freebsd.org> <200905190819.12407.jhb@freebsd.org> In-Reply-To: <200905190819.12407.jhb@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, "Bjoern A. Zeeb" , src-committers@freebsd.org Subject: Re: svn commit: r192351 - head/sys/netinet 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: Tue, 19 May 2009 17:11:59 -0000 John Baldwin wrote: > On Monday 18 May 2009 6:34:44 pm Bjoern A. Zeeb wrote: >> Author: bz >> Date: Mon May 18 22:34:44 2009 >> New Revision: 192351 >> URL: http://svn.freebsd.org/changeset/base/192351 >> >> Log: >> 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. > > Gah, I had thought I had seen it in vnet_ipfw when adding default_to_accept > (as at first I had looked into making default_to_accept per-image but > tunables + VIMAGE don't mix). we need to look at this.. what does it MEAN to have a tunable and multiple images? my guess is that normal tunables are only valid for teh base image, but that one might have a way to set the 'tunables' for one's child images.. possibly by setting them in one's environment? >