Re: some more vlan protocol defines

2016-03-15 Thread Stuart Henderson
On 2016/03/15 23:34, David Gwynne wrote: > Can you find any doco that states that? Or any other thing that does it? IEEE 802.1Q-2014 (https://standards.ieee.org/about/get/802/802.1.html) section 9.6 (on p160): 0 The null VID. Indicates that the tag header contains only priority information; no

Re: some more vlan protocol defines

2016-03-15 Thread David Gwynne
Can you find any doco that states that? Or any other thing that does it? On 15 Mar 2016 02:21, "Stuart Henderson" wrote: > On 2016/03/14 21:13, David Gwynne wrote: > > this adds macros to describe the min and max valid vlan ids. > > > > this will be used in upcoming checks of the configured value

Re: some more vlan protocol defines

2016-03-14 Thread Stuart Henderson
On 2016/03/14 21:13, David Gwynne wrote: > this adds macros to describe the min and max valid vlan ids. > > this will be used in upcoming checks of the configured values from > userland. > > ok? Hmm - I think there may be something about using tag 0 to allow sending packets on an "untagged" vlan

some more vlan protocol defines

2016-03-14 Thread David Gwynne
this adds macros to describe the min and max valid vlan ids. this will be used in upcoming checks of the configured values from userland. ok? Index: if_ether.h === RCS file: /cvs/src/sys/netinet/if_ether.h,v retrieving revision 1.68