From owner-freebsd-current@FreeBSD.ORG Thu Mar 19 07:45:04 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 938F51065687; Thu, 19 Mar 2009 07:45:04 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [195.88.108.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3A18E8FC15; Thu, 19 Mar 2009 07:45:03 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 3735141C65E; Thu, 19 Mar 2009 08:25:06 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([195.88.108.3]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id 3PohUlVNT6Fs; Thu, 19 Mar 2009 08:25:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id D38F241C678; Thu, 19 Mar 2009 08:25:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 6435B4448E6; Thu, 19 Mar 2009 07:24:20 +0000 (UTC) Date: Thu, 19 Mar 2009 07:24:20 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Stefan Bethke In-Reply-To: <2F12B7AC-BCB3-4E2D-AFD9-C59E6C8A7BA4@lassitu.de> Message-ID: <20090319072312.S67075@maildrop.int.zabbadoz.net> References: <4C8BEF98-B6EF-4B26-9649-F0666A837230@lassitu.de> <20090318225422.GC79077@citylink.fud.org.nz> <49C17DDB.5030800@freebsd.org> <2F12B7AC-BCB3-4E2D-AFD9-C59E6C8A7BA4@lassitu.de> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Sam Leffler , Andrew Thompson , jamie@freebsd.org, FreeBSD Current Subject: Re: ifconfig bridge0 does not list bridge data? 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, 19 Mar 2009 07:45:13 -0000 On Thu, 19 Mar 2009, Stefan Bethke wrote: Hi, >>> This means that one of the BRDGGCACHE, BRDGGTO or BRDGPARAM ioctls has >>> failed so bridge_status() in sbin/ifconfig/ifbridge.c exits early (the >>> function that prints the info you are missing). Is it possible your >>> sources are out of sync? If you look at it with kdump then the actual >>> ioctl these are wrapped in is called SIOCGDRVSPEC >>> >>> >> Try backing out r189864. > > That appears to be the culprit. I've just rebuilt ifconfig, and without this > change, it displays the bridge info. Heh. ok. I had tested that as well with a few setups but obviously not enough. I'll look into this. -- Bjoern A. Zeeb The greatest risk is not taking one.