diff options
author | Szabolcs Nagy <nsz@port70.net> | 2016-05-26 22:05:45 +0200 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016-06-09 13:40:11 -0400 |
commit | 7ea37c7aa40ba4d3d46a4427402dfef09ef0253b (patch) | |
tree | 19c10f3a9267b4d0ff695084559068144de5f9a8 /include | |
parent | f6f4aa5ddb8b28f31d35131af78b7254c11445d4 (diff) | |
download | musl-7ea37c7aa40ba4d3d46a4427402dfef09ef0253b.tar.gz musl-7ea37c7aa40ba4d3d46a4427402dfef09ef0253b.tar.bz2 musl-7ea37c7aa40ba4d3d46a4427402dfef09ef0253b.tar.xz musl-7ea37c7aa40ba4d3d46a4427402dfef09ef0253b.zip |
add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6
ethertype for macsec added in linux commit
dece8d2b78d19df7fe5e4e965f1f0d1a3e188d1b
Diffstat (limited to 'include')
-rw-r--r-- | include/netinet/if_ether.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netinet/if_ether.h b/include/netinet/if_ether.h index 4802f09f..4c2322b3 100644 --- a/include/netinet/if_ether.h +++ b/include/netinet/if_ether.h @@ -51,6 +51,7 @@ #define ETH_P_8021AD 0x88A8 #define ETH_P_802_EX1 0x88B5 #define ETH_P_TIPC 0x88CA +#define ETH_P_MACSEC 0x88E5 #define ETH_P_8021AH 0x88E7 #define ETH_P_MVRP 0x88F5 #define ETH_P_1588 0x88F7 |