diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-04-23 19:19:23 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-04-23 19:19:23 +0000 |
commit | 147be533867023204a6e9aa20a6b455d938c26aa (patch) | |
tree | 1d24c8b66ab47bdc9fc8811e6efd72a559d5dc8c /sys/net/ethertypes.h | |
parent | 2248b55ddcb1c9e5552d37556558ed5bd73eadd3 (diff) |
add ethernet type for "slow protocols" (defined in IEEE 802.3ad)
ok dlg@
Diffstat (limited to 'sys/net/ethertypes.h')
-rw-r--r-- | sys/net/ethertypes.h | 3 |
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 */ |