From owner-freebsd-hackers@FreeBSD.ORG Tue May 6 13:04:15 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 463F037B401 for ; Tue, 6 May 2003 13:04:15 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D12E43FA3 for ; Tue, 6 May 2003 13:04:14 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h46K4CTl002027; Tue, 6 May 2003 14:04:13 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 06 May 2003 14:01:25 -0600 (MDT) Message-Id: <20030506.140125.22500726.imp@bsdimp.com> To: sh@planetquake.com From: "M. Warner Losh" In-Reply-To: <000901c31405$033a4bd0$0300000a@antalus> References: <011901c31390$7aef5730$0300000a@antalus> <20030506.062105.70173875.imp@bsdimp.com> <000901c31405$033a4bd0$0300000a@antalus> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org Subject: Re: Bridge config in /etc/rc (patch) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 20:04:15 -0000 In message: <000901c31405$033a4bd0$0300000a@antalus> "Sean Hamilton" writes: : M. Warner Losh wrote: : | I think I like this syntax and have only one comment. This seems to : | match up with ifconfig's aliases fairly well. However, I think that : | the model here might be better served by the routes: : | : | bridge_names="a b c" : : Instead of this, why not just something like 'set' to find a list of : variables? Then the user can create bridge0, bridgejim, bridge_bill, or : whatever they like, and to prevent a bridge from being used, they need only : comment it out. Just because it is consistant with how routing is done... No other real compelling reason. : | I'd stick to spaces only, to match the sysctl. I don't think that it : : Well, the sysctl accepts both spaces and commas. Then never mind... Warner