Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2007 20:32:28 +0100
From:      "Bruce M. Simpson" <bms@FreeBSD.org>
To:        Andrew Thompson <thompsa@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/net if_bridge.c if_bridgevar.h src/sbin/ifconfig ifbridge.c
Message-ID:  <4670464C.8060304@FreeBSD.org>
In-Reply-To: <200706131858.l5DIw4Yr009448@repoman.freebsd.org>
References:  <200706131858.l5DIw4Yr009448@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Andrew Thompson wrote:
>   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.
>   

Very cool. Thanks for doing this.

>   
>   All non-tagged traffic is treated as vlan1 as per IEEE 802.1Q-2003
>   
Grrr. Made me look. ;-)

I had confused this with the definition of untagged frame/priority 
frame. The ethernet input path now does the right thing with VLAN ID 0, 
so it should play fine with this change.

Regards,
BMS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4670464C.8060304>