Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net use iana-assigned value for IFT_STF. sync w/kame
details: https://anonhg.NetBSD.org/src/rev/278ad191cd74
branches: trunk
changeset: 533907:278ad191cd74
user: itojun <itojun%NetBSD.org@localhost>
date: Wed Jul 10 21:01:06 2002 +0000
description:
use iana-assigned value for IFT_STF. sync w/kame
diffstat:
sys/net/if_types.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r ee25c0a0c43c -r 278ad191cd74 sys/net/if_types.h
--- a/sys/net/if_types.h Wed Jul 10 20:19:38 2002 +0000
+++ b/sys/net/if_types.h Wed Jul 10 21:01:06 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_types.h,v 1.20 2002/05/23 06:18:44 itojun Exp $ */
+/* $NetBSD: if_types.h,v 1.21 2002/07/10 21:01:06 itojun Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
@@ -259,10 +259,10 @@
#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 */
+#define IFT_STF 0xd7 /* 6to4 interface */
/* not based on IANA assignments - how should we treat these? */
#define IFT_GIF 0xf0
#define IFT_PVC 0xf1
#define IFT_FAITH 0xf2
-#define IFT_STF 0xf3
#endif /* _NET_IF_TYPES_H_ */
Home |
Main Index |
Thread Index |
Old Index