Source-Changes-HG archive

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

[src/trunk]: src/sys/net Sync with IANA. This finally gets us IFT_ECONET.



details:   https://anonhg.NetBSD.org/src/rev/afbbe7bfd86b
branches:  trunk
changeset: 517126:afbbe7bfd86b
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Wed Nov 07 12:14:17 2001 +0000

description:
Sync with IANA.  This finally gets us IFT_ECONET.

diffstat:

 sys/net/if_types.h |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 8bc69b493109 -r afbbe7bfd86b sys/net/if_types.h
--- a/sys/net/if_types.h        Wed Nov 07 10:52:08 2001 +0000
+++ b/sys/net/if_types.h        Wed Nov 07 12:14:17 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_types.h,v 1.18 2001/08/23 14:52:21 bjh21 Exp $      */
+/*     $NetBSD: if_types.h,v 1.19 2001/11/07 12:14:17 bjh21 Exp $      */
 
 /*
  * Copyright (c) 1989, 1993, 1994
@@ -243,6 +243,15 @@
 #define IFT_OPTICALCHANNEL        0xc3 /* Optical Channel */
 #define IFT_OPTICALTRANSPORT      0xc4 /* Optical Transport */
 #define IFT_PROPATM               0xc5 /* Proprietary ATM */
+#define IFT_VOICEOVERCABLE        0xc6 /* Voice Over Cable Interface */
+#define IFT_INFINIBAND            0xc7 /* Infiniband */
+#define IFT_TELINK                0xc8 /* TE Link */
+#define IFT_Q2931                 0xc9 /* Q.2931 */
+#define IFT_VIRTUALTG             0xca /* Virtual Trunk Group */
+#define IFT_SIPTG                 0xcb /* SIP Trunk Group */
+#define IFT_SIPSIG                0xcc /* SIP Signaling */
+#define IFT_DOCSCABLEUPSTREAMCHANNEL 0xcd /* CATV Upstream Channel */
+#define IFT_ECONET                0xce /* Acorn Econet */
 
 /* not based on IANA assignments - how should we treat these? */
 #define IFT_GIF                0xf0



Home | Main Index | Thread Index | Old Index