From bb9b92ab00e7ac9f32d7817c63399033874c4a5f Mon Sep 17 00:00:00 2001 From: yar Date: Wed, 4 Apr 2001 14:18:57 +0000 Subject: Add recently assigned interface types. Obtained from: ftp://ftp.isi.edu/in-notes/iana/assignments/smi-numbers --- sys/net/if_types.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys/net/if_types.h') 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 -- cgit v1.1