Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Update location of IANA smi-numbers file, since the ...
details: https://anonhg.NetBSD.org/src/rev/f27a547c4407
branches: trunk
changeset: 514128:f27a547c4407
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Thu Aug 23 14:52:21 2001 +0000
description:
Update location of IANA smi-numbers file, since the old one doesn't work any
more.
While I'm here, add IANA assignments 0xbe--0xc5.
diffstat:
sys/net/if_types.h | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 0dfd80efe0c4 -r f27a547c4407 sys/net/if_types.h
--- a/sys/net/if_types.h Thu Aug 23 14:40:21 2001 +0000
+++ b/sys/net/if_types.h Thu Aug 23 14:52:21 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_types.h,v 1.17 2000/10/26 06:51:31 onoe Exp $ */
+/* $NetBSD: if_types.h,v 1.18 2001/08/23 14:52:21 bjh21 Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
@@ -43,7 +43,7 @@
* This list is derived from the SNMP list of ifTypes, originally
* documented in RFC1573, now maintained as:
*
- * ftp.isi.edu/in-notes/iana/assignments/smi-numbers
+ * <URL:http://www.iana.org/assignments/smi-numbers>
*/
#define IFT_OTHER 0x1 /* none of the following */
@@ -235,6 +235,14 @@
#define IFT_AAL2 0xbb /* ATM adaptation layer 2 */
#define IFT_RADIOMAC 0xbc /* MAC layer over radio links */
#define IFT_ATMRADIO 0xbd /* ATM over radio links */
+#define IFT_IMT 0xbe /* Inter-Machine Trunks */
+#define IFT_MVL 0xbf /* Multiple Virtual Lines DSL */
+#define IFT_REACHDSL 0xc0 /* Long Reach DSL */
+#define IFT_FRDLCIENDPT 0xc1 /* Frame Relay DLCI End Point */
+#define IFT_ATMVCIENDPT 0xc2 /* ATM VCI End Point */
+#define IFT_OPTICALCHANNEL 0xc3 /* Optical Channel */
+#define IFT_OPTICALTRANSPORT 0xc4 /* Optical Transport */
+#define IFT_PROPATM 0xc5 /* Proprietary ATM */
/* not based on IANA assignments - how should we treat these? */
#define IFT_GIF 0xf0
Home |
Main Index |
Thread Index |
Old Index