From owner-svn-src-head@FreeBSD.ORG Wed Jun 3 12:17:20 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 5587A1065688; Wed, 3 Jun 2009 12:17:20 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 256158FC1F; Wed, 3 Jun 2009 12:17:20 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id B728F46B06; Wed, 3 Jun 2009 08:17:19 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id B73C58A02B; Wed, 3 Jun 2009 08:17:18 -0400 (EDT) From: John Baldwin To: Dag-Erling =?utf-8?q?Sm=C3=B8rgrav?= Date: Wed, 3 Jun 2009 07:57:37 -0400 User-Agent: KMail/1.9.7 References: <200906010537.n515bDou065357@svn.freebsd.org> <200906021511.03955.jhb@freebsd.org> <86iqjdek9t.fsf@ds4.des.no> In-Reply-To: <86iqjdek9t.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200906030757.37937.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Wed, 03 Jun 2009 08:17:18 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Brooks Davis , svn-src-all@freebsd.org, Doug Barton , src-committers@freebsd.org, Bruce Simpson , svn-src-head@freebsd.org Subject: Re: svn commit: r193199 - head/etc 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, 03 Jun 2009 12:17:20 -0000 On Wednesday 03 June 2009 5:31:10 am Dag-Erling Sm=C3=B8rgrav wrote: > John Baldwin writes: > > [...] Given that, there really isn't a good reason to customize > > network_interfaces anymore. >=20 > Listing e.g. bge0 in network_interfaces will (indirectly) cause if_bge > to be loaded if it wasn't already. If network_interfaces is left blank, > only interfaces that already have a driver attached to them will be > configured. That is a good argument. Someone noted it on -stable as well as something= =20 they use. Also, I wonder if ipv6_network_interfaces should actually defaul= t=20 to whatever the value of 'network_interfaces' is so that if someone does us= e=20 a customized 'network_interfaces' line it affects IPv6 configuration as wel= l. =20 (Maybe have it default to an empty value and have an empty value get replac= ed=20 with 'network_interfaces'?). =2D-=20 John Baldwin