On Sat, Sep 27, 2014 at 4:44 PM, Adrian Chadd wrote:
> .. the spec allows vlan id=0?
0 is not a valid VLAN ID but the specs do allow it
in a tagged packet, it's called "Priority tagged".
The priority bits should be interpreted when making
any queuing / scheduling decisions during forwarding.
T
.. the spec allows vlan id=0?
-a
On 27 September 2014 06:55, Tony Moseby wrote:
> Hello,
>
> FreeBSD seems to dropp frames with vlan id 0(all other id ok) does anyone know
> if this has been corrected?patch etc
>
> I can see a patch for this very same issue in Linux but not in FreeBSD!
> Thanks
Hello,
FreeBSD seems to dropp frames with vlan id 0(all other id ok) does anyone know
if this has been corrected?patch etc
I can see a patch for this very same issue in Linux but not in FreeBSD!
Thanks
___
freebsd-net@freebsd.org mailing list
http://lis
Thanks, Eric.
Ryan, will you commit?
The cxgbe(4) is already updated by Navdeep. Me and melifaro@ are
finishing lagg(4). Once Intel drivers are done, we can go forward for
counter(9) in struct ifnet.
On Fri, Sep 26, 2014 at 03:25:59PM -0700, Eric Joyner wrote:
E> I approve of this patch --