diff options
author | Szabolcs Nagy <nsz@port70.net> | 2020-09-09 07:33:47 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2020-09-09 17:22:04 -0400 |
commit | f035c7b1e65b6566c979ed69bada82a466580ba2 (patch) | |
tree | 949be100b55f0dc3da2eda38656748e93c57f391 /include | |
parent | 6b1741aaf52445fd87bf944f5cdf0e2e21c75079 (diff) | |
download | musl-f035c7b1e65b6566c979ed69bada82a466580ba2.tar.gz musl-f035c7b1e65b6566c979ed69bada82a466580ba2.tar.bz2 musl-f035c7b1e65b6566c979ed69bada82a466580ba2.tar.xz musl-f035c7b1e65b6566c979ed69bada82a466580ba2.zip |
netinet/if_ether.h: add ETH_P_MRP from linux v5.8
Ethernet protocol number for media redundancy protocol, see
linux commit 4714d13791f831d253852c8b5d657270becb8b2a
bridge: uapi: mrp: Add mrp attributes.
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 a08485e7..55a2ff1b 100644 --- a/include/netinet/if_ether.h +++ b/include/netinet/if_ether.h @@ -59,6 +59,7 @@ #define ETH_P_PREAUTH 0x88C7 #define ETH_P_TIPC 0x88CA #define ETH_P_LLDP 0x88CC +#define ETH_P_MRP 0x88E3 #define ETH_P_MACSEC 0x88E5 #define ETH_P_8021AH 0x88E7 #define ETH_P_MVRP 0x88F5 |