Date: Mon, 3 Oct 2005 21:40:43 +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/share/man/man4 if_bridge.4 src/sys/net bridgestp.c if_bridge.c if_bridgevar.h Message-ID: <200510032140.j93LehVc021836@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2005-10-03 21:40:43 UTC
FreeBSD src repository
Added files: (Branch: RELENG_5)
sbin/ifconfig ifbridge.c
share/man/man4 if_bridge.4
sys/net bridgestp.c if_bridge.c if_bridgevar.h
Log:
MFC if_bridge code; bridgestp.c r1.6, if_bridge.c r1.23, if_bridgevar.h r1.4
Add if_bridge, which provides more advanced Ethernet bridging and 802.1d
spanning tree support.
Based on Jason Wright's bridge driver from OpenBSD, and modified by Jason R.
Thorpe in NetBSD.
Conversion to old-ifconfig taken from green@
Approved by: mlaier (mentor)
Revision Changes Path
1.1.4.1 +495 -0 src/sbin/ifconfig/ifbridge.c (new)
1.7.2.1 +198 -0 src/share/man/man4/if_bridge.4 (new)
1.6.2.1 +1152 -0 src/sys/net/bridgestp.c (new)
1.23.2.1 +2644 -0 src/sys/net/if_bridge.c (new)
1.4.4.1 +357 -0 src/sys/net/if_bridgevar.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510032140.j93LehVc021836>
