Date: Wed, 13 Jun 2007 18:58:04 +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 if_bridge.c if_bridgevar.h src/sbin/ifconfig ifbridge.c Message-ID: <200706131858.l5DIw4Yr009448@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2007-06-13 18:58:04 UTC FreeBSD src repository Modified files: sys/net if_bridge.c if_bridgevar.h sbin/ifconfig ifbridge.c Log: Add the vlan tag to the bridge route table. This allows a vlan trunk to be bridged, previously legitimate traffic was not passed as the bridge could not tell that it was on a different Ethernet segment. All non-tagged traffic is treated as vlan1 as per IEEE 802.1Q-2003 Revision Changes Path 1.10 +3 -2 src/sbin/ifconfig/ifbridge.c 1.100 +53 -26 src/sys/net/if_bridge.c 1.21 +1 -0 src/sys/net/if_bridgevar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706131858.l5DIw4Yr009448>