Date: Mon, 27 Nov 2006 00:35:41 +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/sbin/ifconfig ifbridge.c src/sys/net bridgestp.c bridgestp.h if_bridge.c if_bridgevar.h Message-ID: <200611270035.kAR0Zf6f087228@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2006-11-27 00:35:41 UTC
FreeBSD src repository
Modified files:
sbin/ifconfig ifbridge.c
sys/net bridgestp.c bridgestp.h if_bridge.c
if_bridgevar.h
Log:
Sync with the OpenBSD port of RSTP
- use flags rather than sperate ioctls for edge, p2p
- implement p2p and autop2p flags
- define large pathcost constant as ULL
- show bridgeid and rootid in ifconfig
Obtained from: Reyk Floeter <reyk@openbsd.org>
Revision Changes Path
1.6 +53 -39 src/sbin/ifconfig/ifbridge.c
1.31 +33 -3 src/sys/net/bridgestp.c
1.8 +3 -0 src/sys/net/bridgestp.h
1.89 +26 -51 src/sys/net/if_bridge.c
1.18 +16 -12 src/sys/net/if_bridgevar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611270035.kAR0Zf6f087228>
