Add Ethertype for 802.3ad LACP.

This commit is contained in:
Bruce M Simpson 2007-03-07 12:51:52 +00:00
parent babacef4ef
commit a949987d6a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167290

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 */