diff options
author | Szabolcs Nagy <nsz@port70.net> | 2017-06-17 21:40:15 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2017-11-05 18:41:06 -0500 |
commit | 3eb82f7338e74a5b2f1de6a62a72927452b327a2 (patch) | |
tree | bd0d0f80a582cac0b46590c4cbca5d2063461d14 /include/netinet/if_ether.h | |
parent | bd1560f6eb5127501ad6b7905479b4135c3d1a02 (diff) | |
download | musl-3eb82f7338e74a5b2f1de6a62a72927452b327a2.tar.gz |
add ETH_P_IBOE from linux v4.11
new in linux commit 69ae543969abeba48e04dd93277684c8c0895f3b
Diffstat (limited to 'include/netinet/if_ether.h')
-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 c52514c5..d9a131aa 100644 --- a/include/netinet/if_ether.h +++ b/include/netinet/if_ether.h @@ -63,6 +63,7 @@ #define ETH_P_FCOE 0x8906 #define ETH_P_TDLS 0x890D #define ETH_P_FIP 0x8914 +#define ETH_P_IBOE 0x8915 #define ETH_P_80221 0x8917 #define ETH_P_HSR 0x892F #define ETH_P_LOOPBACK 0x9000 |