diff options
author | Szabolcs Nagy <nsz@port70.net> | 2019-11-03 22:22:32 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2019-12-30 18:12:42 -0500 |
commit | 167cbf1316246616c2cc200ab54a07e402c67a72 (patch) | |
tree | 8573a481e4329a8090664fe3f6d42edaab2a4c73 /include/netinet/if_ether.h | |
parent | af2576e61d6a68a7c6981d0b682ada28ad1f1a8d (diff) | |
download | musl-167cbf1316246616c2cc200ab54a07e402c67a72.tar.gz musl-167cbf1316246616c2cc200ab54a07e402c67a72.tar.bz2 musl-167cbf1316246616c2cc200ab54a07e402c67a72.tar.xz musl-167cbf1316246616c2cc200ab54a07e402c67a72.zip |
netinet/if_ether.h: add ETH_P_LLDP from linux v5.3
see
linux commit c54c2c72b2b90a3ba61b8cad032a578ce2bf5b35
net: Add a define for LLDP ethertype
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 8af47dbe..a08485e7 100644 --- a/include/netinet/if_ether.h +++ b/include/netinet/if_ether.h @@ -58,6 +58,7 @@ #define ETH_P_ERSPAN 0x88BE #define ETH_P_PREAUTH 0x88C7 #define ETH_P_TIPC 0x88CA +#define ETH_P_LLDP 0x88CC #define ETH_P_MACSEC 0x88E5 #define ETH_P_8021AH 0x88E7 #define ETH_P_MVRP 0x88F5 |