Jeff Blank wrote:
> I wrote:
>> I've just upgraded a 7.1-REL server to 8.0-REL and have lost my
>> ability to use vlan(4) on top of lagg(4) on top of em(4).
A workaround for this is to disable hardware vlan tagging:
# ifconfig em0 -vlanhwtag
(don't forget to do all em interfaces and put it in rc
I wrote:
> I've just upgraded a 7.1-REL server to 8.0-REL and have lost my
> ability to use vlan(4) on top of lagg(4) on top of em(4).
I should have mentioned that I'm using lagg failover. I can reproduce
my problem in single-user as follows:
# ifconfig em0 up
# ifconfig em1 up
# ifconfig lagg0
I've just upgraded a 7.1-REL server to 8.0-REL and have lost my
ability to use vlan(4) on top of lagg(4) on top of em(4). (Not sure
about other interface types, just encountered the problem tonight.)
Using tcpdump, I see that I can receive 802.1q-tagged traffic (and on
the correct VLAN interface),