diff options
author | Szabolcs Nagy <nsz@port70.net> | 2014-02-25 00:24:05 +0100 |
---|---|---|
committer | Szabolcs Nagy <nsz@port70.net> | 2014-02-25 00:24:05 +0100 |
commit | fb5a2ef8dfd9d5b7686865ec6bafe33398ec452f (patch) | |
tree | b242f3472af18914ffb0ab87ed9656db5cf46476 | |
parent | 099ce3631c682e353e8090f49f713980d438f94e (diff) | |
download | musl-fb5a2ef8dfd9d5b7686865ec6bafe33398ec452f.tar.gz musl-fb5a2ef8dfd9d5b7686865ec6bafe33398ec452f.tar.xz musl-fb5a2ef8dfd9d5b7686865ec6bafe33398ec452f.zip |
if_ether.h: new ethernet protocol type
for High-availability Seamless Redundancy (HSR) specified in IEC 62439-3 new in linux v3.13, f421436a591d34fa5279b54a96ac07d70250cc8d
-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 17d5dabd..34f9be55 100644 --- a/include/netinet/if_ether.h +++ b/include/netinet/if_ether.h @@ -54,6 +54,7 @@ #define ETH_P_8021AH 0x88E7 #define ETH_P_MVRP 0x88F5 #define ETH_P_1588 0x88F7 +#define ETH_P_PRP 0x88FB #define ETH_P_FCOE 0x8906 #define ETH_P_TDLS 0x890D #define ETH_P_FIP 0x8914 |