summaryrefslogtreecommitdiffstats
path: root/sys/net/ethernet.h
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2007-03-07 12:51:52 +0000
committerbms <bms@FreeBSD.org>2007-03-07 12:51:52 +0000
commitaac8b318117a51c6e614b1b37f89b7993c8bcc6b (patch)
tree8b30f77b43fbe4140cf7bab57cea26888c62268c /sys/net/ethernet.h
parentb9dfa1fd20de35c94af76b8757f2e2258e76d35c (diff)
downloadFreeBSD-src-aac8b318117a51c6e614b1b37f89b7993c8bcc6b.zip
FreeBSD-src-aac8b318117a51c6e614b1b37f89b7993c8bcc6b.tar.gz
Add Ethertype for 802.3ad LACP.
Diffstat (limited to 'sys/net/ethernet.h')
-rw-r--r--sys/net/ethernet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/ethernet.h b/sys/net/ethernet.h
index 26971fa..5aae4d8 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 */
OpenPOWER on IntegriCloud