summaryrefslogtreecommitdiffstats
path: root/sys/net/if_types.h
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2001-04-04 14:18:57 +0000
committeryar <yar@FreeBSD.org>2001-04-04 14:18:57 +0000
commitbb9b92ab00e7ac9f32d7817c63399033874c4a5f (patch)
treea2e8c0407f658968f058e12b458a700504414abe /sys/net/if_types.h
parent8febbfa64f9415211b2dc7e2b45d8ae0ba569d9b (diff)
downloadFreeBSD-src-bb9b92ab00e7ac9f32d7817c63399033874c4a5f.zip
FreeBSD-src-bb9b92ab00e7ac9f32d7817c63399033874c4a5f.tar.gz
Add recently assigned interface types.
Obtained from: ftp://ftp.isi.edu/in-notes/iana/assignments/smi-numbers
Diffstat (limited to 'sys/net/if_types.h')
-rw-r--r--sys/net/if_types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/net/if_types.h b/sys/net/if_types.h
index 31686df..8407be2 100644
--- a/sys/net/if_types.h
+++ b/sys/net/if_types.h
@@ -235,6 +235,13 @@
#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 */
/* not based on IANA assignments */
#define IFT_GIF 0xf0
OpenPOWER on IntegriCloud