From owner-cvs-src@FreeBSD.ORG Mon Mar 6 09:13:29 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF6AA16A422; Mon, 6 Mar 2006 09:13:29 +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 06AB843D6D; Mon, 6 Mar 2006 09:13:25 +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 k269DroQ025068; Mon, 6 Mar 2006 22:13:53 +1300 Received: by heff.fud.org.nz (Postfix, from userid 1001) id EE3A71CCC1; Mon, 6 Mar 2006 22:13:23 +1300 (NZDT) Date: Mon, 6 Mar 2006 22:13:23 +1300 From: Andrew Thompson To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20060306091323.GG44857@heff.fud.org.nz> References: <200603060228.k262SfiY010319@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603060228.k262SfiY010319@repoman.freebsd.org> 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: Subject: Re: cvs commit: src/sys/net bridgestp.c if_bridgevar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2006 09:13:29 -0000 On Mon, Mar 06, 2006 at 02:28:41AM +0000, Andrew Thompson wrote: > thompsa 2006-03-06 02:28:41 UTC > > FreeBSD src repository > > Modified files: > sys/net bridgestp.c if_bridgevar.h > Log: > If we miss the LINK_UP event from the network interface then the bridge port > will remain in the disabled state until another link event happens in the > future (if at all). Add a timer to periodically check the interface state and > recover. This should be read: s/If we miss/If the NIC fails to generate/ Its not a timing issue with the link notification, the reporting users network card simply didnt give a link up during boot causing STP to get stuck. Andrew