Date: Sat, 4 Aug 2007 21:09:05 +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: <200708042109.l74L950v072996@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2007-08-04 21:09:05 UTC
FreeBSD src repository
Modified files:
sys/net bridgestp.c bridgestp.h
Log:
- 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.
Approved by: re (rwatson)
Revision Changes Path
1.38 +30 -2 src/sys/net/bridgestp.c
1.14 +1 -0 src/sys/net/bridgestp.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708042109.l74L950v072996>
