From owner-freebsd-net@FreeBSD.ORG Mon Jan 16 18:03:39 2006 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 44EAA16A41F; Mon, 16 Jan 2006 18:03:39 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B78643D66; Mon, 16 Jan 2006 18:03:34 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id k0GI3X82032248; Mon, 16 Jan 2006 10:03:33 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id k0GI3XEN032247; Mon, 16 Jan 2006 10:03:33 -0800 Date: Mon, 16 Jan 2006 10:03:33 -0800 From: Brooks Davis To: Marcin Jessa Message-ID: <20060116180333.GA30608@odin.ac.hmc.edu> References: <20060116091605.GB18530@heff.fud.org.nz> <20060116112504.63ba886b.lists@yazzy.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: <20060116112504.63ba886b.lists@yazzy.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: freebsd-net@freebsd.org, Andrew Thompson Subject: Re: autobridge patch 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: Mon, 16 Jan 2006 18:03:39 -0000 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 16, 2006 at 11:25:04AM +0000, Marcin Jessa wrote: > On Mon, 16 Jan 2006 22:16:05 +1300 > Andrew Thompson wrote: >=20 > > Hi, > >=20 > >=20 > > I have a patch here that adds the ability to automatically add an inter= face to a > > bridge when its attached. This is aimed towards apps like qemu or vmwar= e that > > open a tap interface and need it bridged with the network adapter, the = user can > > set up a glob for interfaces to be automatically added (eg tap*). It may > > also be useful for Xen dom0 support. > >=20 > > This patch includes a big change to how interfaces are configured in > > userland. Before only physical Ethernet cards were handled by devd, > > now _ALL_ interfaces are (vlans, pflog, pfsync, tap, tun, etc..). This > > has the added bonus that the pseudo interfaces can be configured after > > boottime in rc.conf, ifconfig_xxx=3D"". > >=20 > > Please test this patch, even if you dont use a bridge. Im not in a hurry > > to commit it. >=20 > I just rebuild and installed my world and kernel to test the patches. > Seems like things did not work as expected. > The name part of ifconfig_vlan0 left me with renamed but not configured d= evice. > The IP etc of VLAN01 was not set at boot. Am I doning something wrong? >=20 > cloned_interfaces=3D"bridge0 vlan0" > ifconfig_sk0=3D"up" > ifconfig_vlan0=3D"name VLAN01 inet 10.137.99.4 vlan 1 vlandev sk0" If you want to rename the vlan interface use: ifconfig_vlan0_name=3D"name VLAN01" ifconfig_VLAN01=3D"inet 10.137.99.4 vlan 1 vlandev sk0" not that this has anything to do with the Andrew's bridging script. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDy9/0XY6L6fI4GtQRAsiDAKCtMMPQI/70ThA9KrX9W79q7exxigCg56cd ZclOj08h6cV4xOttsazhIKQ= =VY6/ -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE--