cvs commit: src/sys/net bridgestp.c bridgestp.h
Andrew Thompson
thompsa at FreeBSD.org
Fri Aug 24 03:34:31 PDT 2007
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
More information about the cvs-src
mailing list