summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2007-04-23 19:19:22 +0000
committerreyk <reyk@openbsd.org>2007-04-23 19:19:22 +0000
commit68397bfb83326e1beb475c308fb1433a8526b5e2 (patch)
treeeefad72b5ea1ce1515c138f13695f511fc850c99
parentWhen adding a device node to the list of dependant devices, don't add (diff)
downloadwireguard-openbsd-68397bfb83326e1beb475c308fb1433a8526b5e2.tar.xz
wireguard-openbsd-68397bfb83326e1beb475c308fb1433a8526b5e2.zip
add ethernet type for "slow protocols" (defined in IEEE 802.3ad)
ok dlg@
-rw-r--r--sys/net/ethertypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/ethertypes.h b/sys/net/ethertypes.h
index 3ad414af946..84abe713935 100644
--- a/sys/net/ethertypes.h
+++ b/sys/net/ethertypes.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ethertypes.h,v 1.6 2007/03/23 04:10:59 tedu Exp $ */
+/* $OpenBSD: ethertypes.h,v 1.7 2007/04/23 19:19:22 reyk Exp $ */
/* $NetBSD: ethertypes.h,v 1.13 2002/02/10 01:28:32 thorpej Exp $ */
/*
@@ -289,6 +289,7 @@
#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 /* 803.3ad slow protocols (LACP/Marker) */
#define ETHERTYPE_PPP 0x880B /* PPP (obsolete by PPPOE) */
#define ETHERTYPE_HITACHI 0x8820 /* Hitachi Cable (Optoelectronic Systems Laboratory) */
#define ETHERTYPE_MPLS 0x8847 /* MPLS Unicast */