From owner-freebsd-net@FreeBSD.ORG Fri Jun 3 02:01:44 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B285016A41C for ; Fri, 3 Jun 2005 02:01:44 +0000 (GMT) (envelope-from thompsa@fud.org.nz) Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5250A43D49 for ; Fri, 3 Jun 2005 02:01:41 +0000 (GMT) (envelope-from thompsa@fud.org.nz) Received: from thompsa by heff.fud.org.nz with local (Exim 4.50 (FreeBSD)) id 1De1VE-0005z3-OO for freebsd-net@freebsd.org; Fri, 03 Jun 2005 14:01:40 +1200 Date: Fri, 3 Jun 2005 14:01:40 +1200 From: Andrew Thompson To: freebsd-net@freebsd.org Message-ID: <20050603020140.GA22870@heff.fud.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Sender: Andrew Thompson Subject: xxconfig for if_bridge X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2005 02:01:44 -0000 Hi, The if_bridge code that will soon be committed can be configured using either brconfig or ifconfig. http://people.freebsd.org/~thompsa/ Only one tool will be committed and I would like to get opinions on which one ppl prefer brconfig - new util to /sbin + same as NetBSD/OpenBSD - would require new rc.d script and rc.conf keywords ifconfig (patched for if_bridge) + one tool to rule them all + seamless with rc.conf, ifconfig_bridge0="..." - diverges from the other BSDs Andrew