summaryrefslogtreecommitdiff
path: root/include/netinet/if_ether.h
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2019-08-12 17:37:48 +0000
committerRich Felker <dalias@aerifal.cx>2019-09-11 10:39:58 -0400
commitb5134ccd4d40b0446aa21a42186deb4b6cee0a8f (patch)
tree3f793c234efd4531b5750197c4282eaea1885b7c /include/netinet/if_ether.h
parent1f0e9f9cc2e3fa354f94e18b3b362de5f1ec7272 (diff)
downloadmusl-b5134ccd4d40b0446aa21a42186deb4b6cee0a8f.tar.gz
netinet/if_ether.h: add ETH_P_DSA_8021Q from linux v5.2
ethertype for fake VLAN header for DSA, see linux commit bf5bc3ce8a8f32a0d45b6820ede8f9fc3e9c23df ether: Add dedicated Ethertype for pseudo-802.1Q DSA tagging
Diffstat (limited to 'include/netinet/if_ether.h')
-rw-r--r--include/netinet/if_ether.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netinet/if_ether.h b/include/netinet/if_ether.h
index ecd6c73c..8af47dbe 100644
--- a/include/netinet/if_ether.h
+++ b/include/netinet/if_ether.h
@@ -76,6 +76,7 @@
#define ETH_P_QINQ2 0x9200
#define ETH_P_QINQ3 0x9300
#define ETH_P_EDSA 0xDADA
+#define ETH_P_DSA_8021Q 0xDADB
#define ETH_P_IFE 0xED3E
#define ETH_P_AF_IUCV 0xFBFB