From owner-freebsd-current@FreeBSD.ORG Thu Feb 28 23:51:46 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 647CD1065670 for ; Thu, 28 Feb 2008 23:51:46 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 1244D8FC1C for ; Thu, 28 Feb 2008 23:51:45 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 5560E75C8; Fri, 29 Feb 2008 12:51:44 +1300 (NZDT) Date: Fri, 29 Feb 2008 12:51:44 +1300 From: Andrew Thompson To: Barney Cordoba Message-ID: <20080228235144.GA35957@heff.fud.org.nz> References: <819366.3388.qm@web63907.mail.re1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <819366.3388.qm@web63907.mail.re1.yahoo.com> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: current@freebsd.org Subject: Re: netstat output issue X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 23:51:46 -0000 On Thu, Feb 28, 2008 at 02:18:45PM -0800, Barney Cordoba wrote: > When using bridging, netstat apparently can only > display 5 characters, so "bridge" is shown as the > route. If you have multiple bridges defined, you'd > have no way of knowing which bridge was being > specified. A workaround is to rename your interfaces, ifconfig bridge0 name b0 ifconfig bridge1 name b1 ... It would be nice to fix netstat too. Andrew