cvs commit: src/sys/net if_bridge.c if_bridgevar.h
src/sbin/ifconfig ifbridge.c
Andrew Thompson
thompsa at FreeBSD.org
Wed Jun 13 18:58:05 UTC 2007
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
More information about the cvs-src
mailing list