diff options
| -rw-r--r-- | include/netinet/if_ether.h | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/include/netinet/if_ether.h b/include/netinet/if_ether.h index 34f9be55..4802f09f 100644 --- a/include/netinet/if_ether.h +++ b/include/netinet/if_ether.h @@ -39,11 +39,11 @@  #define ETH_P_PAUSE	0x8808  #define ETH_P_SLOW	0x8809  #define ETH_P_WCCP	0x883E -#define ETH_P_PPP_DISC	0x8863 -#define ETH_P_PPP_SES	0x8864  #define ETH_P_MPLS_UC	0x8847  #define ETH_P_MPLS_MC	0x8848  #define ETH_P_ATMMPOA	0x884c +#define ETH_P_PPP_DISC	0x8863 +#define ETH_P_PPP_SES	0x8864  #define ETH_P_LINK_CTL	0x886c  #define ETH_P_ATMFATE	0x8884  #define ETH_P_PAE	0x888E @@ -58,6 +58,8 @@  #define ETH_P_FCOE	0x8906  #define ETH_P_TDLS	0x890D  #define ETH_P_FIP	0x8914 +#define ETH_P_80221	0x8917 +#define ETH_P_LOOPBACK	0x9000  #define ETH_P_QINQ1	0x9100  #define ETH_P_QINQ2	0x9200  #define ETH_P_QINQ3	0x9300 | 
