Older network equipment used the ethertypes 9100, 9200, and 9300
for outer VLANs, before standardization introduced 88a8.
Details
Details
Validate, that the definition is in sync with other definitions.
Excerpt from contrib/tcpdump/ethertype.h
#ifndef ETHERTYPE_8021Q #define ETHERTYPE_8021Q 0x8100 #endif /* see: http://en.wikipedia.org/wiki/IEEE_802.1Q and http://en.wikipedia.org/wiki/QinQ */ #ifndef ETHERTYPE_8021Q9100 #define ETHERTYPE_8021Q9100 0x9100 #endif #ifndef ETHERTYPE_8021Q9200 #define ETHERTYPE_8021Q9200 0x9200 #endif #ifndef ETHERTYPE_8021QinQ #define ETHERTYPE_8021QinQ 0x88a8 #endif
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 26784 Build 25124: arc lint + arc unit