From owner-freebsd-hackers@FreeBSD.ORG Tue May 6 13:42:48 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 53CE337B405 for ; Tue, 6 May 2003 13:42:48 -0700 (PDT) Received: from priv-edtnes62.telusplanet.net (outbound01.telus.net [199.185.220.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21B8E43F3F for ; Tue, 6 May 2003 13:42:47 -0700 (PDT) (envelope-from sh@planetquake.com) Received: from antalus ([154.5.106.237]) by priv-edtnes62.telusplanet.net (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030506204246.VADS15875.priv-edtnes62.telusplanet.net@antalus>; Tue, 6 May 2003 14:42:46 -0600 Message-ID: <000d01c31410$0e574b20$0300000a@antalus> From: "Sean Hamilton" To: "M. Warner Losh" Date: Tue, 6 May 2003 13:42:48 -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 20:42:48 -0000 I wrote: | Well, perhaps it would be better to do routing that way too. But, | for now, I'll rewrite the patch to use the routing method. And here it is. This is a patch for 5.0-RELEASE, not a diff from my previous one. bridges="bill fred ted" bridge_ted="fxp0 fxp1" bridge_bill="rl0 rl1" bridge_fred="dc0,dc1,dc2" sh