Date: Fri, 24 Aug 2007 10:34:30 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridgestp.c bridgestp.h Message-ID: <200708241034.l7OAYVkv065551@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2007-08-24 10:34:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net bridgestp.c bridgestp.h Log: MFC r1.38,1.39 - Ensure the path cost does not exceed 65535 in legacy STP mode. - If the path cost is calculated when the link is down, set a pending flag so it is calculated again when it comes back up. - To not use 00:00:00:00:00:00 as the bridge id, all interfaces are scanned and the lowest number wins. All zeros is too low. - If the STP state machine is stopped then clear the bridge-id and root-id. Revision Changes Path 1.3.2.13 +41 -8 src/sys/net/bridgestp.c 1.12.2.3 +1 -0 src/sys/net/bridgestp.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708241034.l7OAYVkv065551>