From owner-freebsd-net@FreeBSD.ORG Fri Oct 7 01:59:42 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 3FDA516A41F; Fri, 7 Oct 2005 01:59:42 +0000 (GMT) (envelope-from thompsa@freebsd.org) 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 BE70143D48; Fri, 7 Oct 2005 01:59:41 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 9DC251CCD4; Fri, 7 Oct 2005 14:59:40 +1300 (NZDT) Date: Fri, 7 Oct 2005 14:59:40 +1300 From: Andrew Thompson To: freebsd-net@freebsd.org Message-ID: <20051007015940.GA82509@heff.fud.org.nz> References: <200510070032.j970WGtd001243@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510070032.j970WGtd001243@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: brooks@freebsd.org Subject: Re: cvs commit: src/sbin/ifconfig ifbridge.c 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, 07 Oct 2005 01:59:42 -0000 Hi, I'd really like to get this into 6.0. When setting up a bridge with spanning tree its essential to know what state each port is in (forwarding, blocked, ...) I cant think of any bad things this will do (to scripts and such) but its getting so close to the release... Does anyone object to this change? > thompsa 2005-10-07 00:32:16 UTC > > FreeBSD src repository > > Modified files: > sbin/ifconfig ifbridge.c > Log: > Display the status of the spanning tree for each port. > > member: xl0 flags=7 > member: gem0 flags=7 > to: > member: xl0 flags=7 > port 3 priority 128 path cost 55 forwarding > member: gem0 flags=7 > port 1 priority 128 path cost 55 learning > > Revision Changes Path > 1.2 +16 -8 src/sbin/ifconfig/ifbridge.c