MFC r1.30

Add Ethertype for 802.3ad LACP.
This commit is contained in:
thompsa 2007-05-17 01:46:42 +00:00
parent 42789f4cbe
commit 6e8d84bf2d

View File

@ -316,6 +316,7 @@ CTASSERT(sizeof (struct ether_addr) == ETHER_ADDR_LEN);
#define ETHERTYPE_IPAS 0x876C /* IP Autonomous Systems (RFC1701) */
#define ETHERTYPE_SECUREDATA 0x876D /* Secure Data (RFC1701) */
#define ETHERTYPE_FLOWCONTROL 0x8808 /* 802.3x flow control packet */
#define ETHERTYPE_SLOW 0x8809 /* 802.3ad link aggregation (LACP) */
#define ETHERTYPE_PPP 0x880B /* PPP (obsolete by PPPOE) */
#define ETHERTYPE_HITACHI 0x8820 /* Hitachi Cable (Optoelectronic Systems Laboratory) */
#define ETHERTYPE_MPLS 0x8847 /* MPLS Unicast */