svn commit: r297358 - head/sys/net
George V. Neville-Neil
gnn at FreeBSD.org
Mon Mar 28 18:25:56 UTC 2016
Author: gnn
Date: Mon Mar 28 18:25:54 2016
New Revision: 297358
URL: https://svnweb.freebsd.org/changeset/base/297358
Log:
Add ethertype reserved for network testing
MFC after: 2 weeks
Modified:
head/sys/net/ethernet.h
Modified: head/sys/net/ethernet.h
==============================================================================
--- head/sys/net/ethernet.h Mon Mar 28 17:42:14 2016 (r297357)
+++ head/sys/net/ethernet.h Mon Mar 28 18:25:54 2016 (r297358)
@@ -333,6 +333,7 @@ struct ether_vlan_header {
#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_TEST 0x8822 /* Network Conformance Testing */
#define ETHERTYPE_MPLS 0x8847 /* MPLS Unicast */
#define ETHERTYPE_MPLS_MCAST 0x8848 /* MPLS Multicast */
#define ETHERTYPE_AXIS 0x8856 /* Axis Communications AB proprietary bootstrap/config */
More information about the svn-src-all
mailing list