Re: 8.0-REL lagg(4) + vlan(4) + em(4) problems

2010-01-18 Thread Matt Burke
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

Re: 8.0-REL lagg(4) + vlan(4) + em(4) problems

2009-12-12 Thread Jeff Blank
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

8.0-REL lagg(4) + vlan(4) + em(4) problems

2009-12-12 Thread Jeff Blank
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),