diff options
| author | Szabolcs Nagy <nsz@port70.net> | 2016-10-09 19:00:39 +0200 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2016-10-20 01:27:28 -0400 | 
| commit | 9487cc5f2253b2fc82a3e19f3aaa0ade2a630de5 (patch) | |
| tree | d6e8e6ce2ec2f2d4b39e8591e921ec65a926ddd3 | |
| parent | 189acc705ef8d9a0ae06152898fbb16fd6a2491a (diff) | |
| download | musl-9487cc5f2253b2fc82a3e19f3aaa0ade2a630de5.tar.gz | |
add ETH_P_NCSI to netinet/if_ether.h from linux v4.8
see linux commit 6389eaa7fa9c3ee6c7d39f6087b86660d17236ac
| -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 4c2322b3..05462c44 100644 --- a/include/netinet/if_ether.h +++ b/include/netinet/if_ether.h @@ -55,6 +55,7 @@  #define ETH_P_8021AH	0x88E7  #define ETH_P_MVRP	0x88F5  #define ETH_P_1588	0x88F7 +#define ETH_P_NCSI	0x88F8  #define ETH_P_PRP	0x88FB  #define ETH_P_FCOE	0x8906  #define ETH_P_TDLS	0x890D | 
