Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net add ETHERTYPE_SLOWPROTOCOLS. (0x8809)



details:   https://anonhg.NetBSD.org/src/rev/7b44130c3cae
branches:  trunk
changeset: 572539:7b44130c3cae
user:      yamt <yamt%NetBSD.org@localhost>
date:      Fri Jan 07 12:37:55 2005 +0000

description:
add ETHERTYPE_SLOWPROTOCOLS. (0x8809)

diffstat:

 sys/net/ethertypes.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 91561cf3acef -r 7b44130c3cae sys/net/ethertypes.h
--- a/sys/net/ethertypes.h      Fri Jan 07 11:32:43 2005 +0000
+++ b/sys/net/ethertypes.h      Fri Jan 07 12:37:55 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ethertypes.h,v 1.15 2004/07/23 05:13:15 mycroft Exp $  */
+/*     $NetBSD: ethertypes.h,v 1.16 2005/01/07 12:37:55 yamt Exp $     */
 
 /*
  * Copyright (c) 1982, 1986, 1993
@@ -288,6 +288,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_SLOWPROTOCOLS 0x8809  /* Slow protocols */
 #define        ETHERTYPE_PPP           0x880B  /* PPP (obsolete by PPPOE) */
 #define        ETHERTYPE_HITACHI       0x8820  /* Hitachi Cable (Optoelectronic Systems Laboratory) */
 #define        ETHERTYPE_MPLS          0x8847  /* MPLS Unicast */



Home | Main Index | Thread Index | Old Index