thompsa 2006-11-01 09:07:47 UTC
FreeBSD src repository
Modified files:
sbin/ifconfig ifbridge.c ifconfig.8
sys/net bridgestp.c bridgestp.h if_bridge.c
if_bridgevar.h
Log:
Bring in support for the Rapid Spanning Tree Protocol (802.1w).
RSTP provides faster spanning tree convergence, the protocol will exchange
information with neighboring switches to quickly transition to forwarding
without creating loops. The code will default to RSTP mode but will downgrade
any port connected to a legacy STP network so is fully backward compatible.
Reviewed by: syrinx
Tested by: syrinx
Revision Changes Path
1.4 +146 -29 src/sbin/ifconfig/ifbridge.c
1.125 +36 -7 src/sbin/ifconfig/ifconfig.8
1.21 +1716 -858 src/sys/net/bridgestp.c
1.5 +170 -51 src/sys/net/bridgestp.h
1.83 +169 -122 src/sys/net/if_bridge.c
1.16 +18 -3 src/sys/net/if_bridgevar.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"