From owner-freebsd-stable@FreeBSD.ORG Thu Aug 7 17:35:31 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A11B1065677 for ; Thu, 7 Aug 2008 17:35:31 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 46B1F8FC1E for ; Thu, 7 Aug 2008 17:35:31 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 386412BD94; Fri, 8 Aug 2008 05:35:30 +1200 (NZST) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KrFKpGSCjVOd; Fri, 8 Aug 2008 05:35:25 +1200 (NZST) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Fri, 8 Aug 2008 05:35:25 +1200 (NZST) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 390B01142E; Fri, 8 Aug 2008 05:35:25 +1200 (NZST) Date: Thu, 7 Aug 2008 10:35:25 -0700 From: Andrew Thompson To: Pete French Message-ID: <20080807173525.GB37969@citylink.fud.org.nz> References: <20080807165712.GA37969@citylink.fud.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Cc: stable@freebsd.org Subject: Re: should looking at an interface with 'ifconfig' trigger a change ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 17:35:31 -0000 On Thu, Aug 07, 2008 at 06:11:58PM +0100, Pete French wrote: > > The bce driver is not properly generating link state events. > > OK, that explains why it doesnt failover - but why does looking at it > with ifconfig make a difference ? surely that should be 'read only ? ifconfig will cause the media status to be read from the hardware at which time the link change is generated as it is different to the stored value. cheers, Andrew