summaryrefslogtreecommitdiff
path: root/sys/net/if_types.h
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-05-24 23:02:15 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-05-24 23:02:15 +0000
commit6cb6cf3365332ddb46f5feda75d95c78426c0bbb (patch)
tree3b909d57c363f589cf2a051800758eda72ff2d3c /sys/net/if_types.h
parentabefad5cd129154eae7163795db46a429e043990 (diff)
more IANA values. official # for bridge is assigned. jason ok
Diffstat (limited to 'sys/net/if_types.h')
-rw-r--r--sys/net/if_types.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/sys/net/if_types.h b/sys/net/if_types.h
index 18f8d86ec18..6b7f40e9d45 100644
--- a/sys/net/if_types.h
+++ b/sys/net/if_types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_types.h,v 1.11 2001/11/07 19:07:41 mickey Exp $ */
+/* $OpenBSD: if_types.h,v 1.12 2002/05/24 23:02:14 itojun Exp $ */
/* $NetBSD: if_types.h,v 1.17 2000/10/26 06:51:31 onoe Exp $ */
/*
@@ -252,9 +252,16 @@
#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 */
+#define IFT_PON155 0xcf /* FSAN 155Mb Symetrical PON interface */
+#define IFT_PON622 0xd0 /* FSAN 622Mb Symetrical PON interface */*/
+#define IFT_BRIDGE 0xd1 /* Transparent bridge interface */
+#define IFT_LINEGROUP 0xd2 /* Interface common to multiple lines */
+#define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D */
+#define IFT_VOICEFGDEANA 0xd4 /* voice FGD Exchange Access North American */
+#define IFT_VOICEDID 0xd5 /* voice Direct Inward Dialing */
/* private usage... how should we define these? */
-#define IFT_BRIDGE 0xe8 /* bridge interfaces */
#define IFT_GIF 0xf0
#define IFT_DUMMY 0xf1
#define IFT_PVC 0xf2