From 6e8d84bf2d32f15299f7b2ff10f6f29cb279a842 Mon Sep 17 00:00:00 2001 From: thompsa Date: Thu, 17 May 2007 01:46:42 +0000 Subject: [PATCH] MFC r1.30 Add Ethertype for 802.3ad LACP. --- sys/net/ethernet.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/net/ethernet.h b/sys/net/ethernet.h index 03077c534b86..e070ffd1b411 100644 --- a/sys/net/ethernet.h +++ b/sys/net/ethernet.h @@ -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 */