summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2018-04-28 16:10:53 +0000
committerRich Felker <dalias@aerifal.cx>2018-06-19 13:25:22 -0400
commit833df8675cbb51da193636828bb9a16c9c2ec5ad (patch)
treedadd4c9e2f7c29a3c2a09f83738451a5f01906af
parent29f3202b731185d993a399f04d2f3e3f78db5a81 (diff)
downloadmusl-833df8675cbb51da193636828bb9a16c9c2ec5ad.tar.gz
netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16
protocol number for erspan v2 support added in linux commit f551c91de262ba36b20c3ac19538afb4f4507441
-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 9007d609..33f08a31 100644
--- a/include/netinet/if_ether.h
+++ b/include/netinet/if_ether.h
@@ -17,6 +17,7 @@
#define ETH_P_PUP 0x0200
#define ETH_P_PUPAT 0x0201
#define ETH_P_TSN 0x22F0
+#define ETH_P_ERSPAN2 0x22EB
#define ETH_P_IP 0x0800
#define ETH_P_X25 0x0805
#define ETH_P_ARP 0x0806