From owner-freebsd-hackers@FreeBSD.ORG Tue May 6 12:23:45 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 7476137B401 for ; Tue, 6 May 2003 12:23:45 -0700 (PDT) Received: from priv-edtnes28.telusplanet.net (outbound04.telus.net [199.185.220.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54D8843F85 for ; Tue, 6 May 2003 12:23:44 -0700 (PDT) (envelope-from sh@planetquake.com) Received: from antalus ([154.5.106.237]) by priv-edtnes28.telusplanet.net (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030506192343.NSLE4735.priv-edtnes28.telusplanet.net@antalus>; Tue, 6 May 2003 13:23:43 -0600 Message-ID: <000901c31405$033a4bd0$0300000a@antalus> From: "Sean Hamilton" To: "M. Warner Losh" References: <011901c31390$7aef5730$0300000a@antalus> <20030506.062105.70173875.imp@bsdimp.com> Date: Tue, 6 May 2003 12:23:45 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 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 19:23:45 -0000 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. | I'd stick to spaces only, to match the sysctl. I don't think that it Well, the sysctl accepts both spaces and commas. sh