From owner-freebsd-net@FreeBSD.ORG Sun Mar 5 20:40:55 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 E582916A420 for ; Sun, 5 Mar 2006 20:40:55 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from dbmail-mx1.orcon.net.nz (loadbalancer1.orcon.net.nz [219.88.242.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D7FD43D46 for ; Sun, 5 Mar 2006 20:40:55 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received-SPF: none Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by dbmail-mx1.orcon.net.nz (8.13.2/8.13.2/Debian-1) with SMTP id k25KfMV0002754; Mon, 6 Mar 2006 09:41:22 +1300 Received: by heff.fud.org.nz (Postfix, from userid 1001) id 38CD11CCC1; Mon, 6 Mar 2006 09:40:51 +1300 (NZDT) Date: Mon, 6 Mar 2006 09:40:51 +1300 From: Andrew Thompson To: Nik Lam Message-ID: <20060305204051.GA44857@heff.fud.org.nz> References: <440683E2.8000009@j2d.lam.net.au> <440B4759.6010106@j2d.lam.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <440B4759.6010106@j2d.lam.net.au> User-Agent: Mutt/1.5.11 X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on dbmail-mx1.orcon.net.nz X-Virus-Status: Clean Cc: freebsd-net@freebsd.org Subject: Re: configuring if_bridge with stp at boot in /etc/rc.conf 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: Sun, 05 Mar 2006 20:40:56 -0000 On Mon, Mar 06, 2006 at 07:17:29AM +1100, Nik Lam wrote: > I've tried rebuilding a kernel with > > OPTIONS if_bridge > > but this problem still happens. To re-iterate, when I try to activate > the bridge with STP parameters in rc.conf, one of the bridge interfaces > goes into forwarding mode, but the other interfaces remains in disabled > mode. > Here is what I have in rc.conf: > > #=============== > ifconfig_em1="up" > ifconfig_em2="up" > > cloned_interfaces="bridge0" > > ifconfig_bridge0="addm em1 stp em1 addm em2 stp em2 hellotime 2 maxage 5 > fwddelay 6 priority 10 up" > #=============== > Can you post the full output from ifconfig and tell us what version of the OS you are running. thanks, Andrew