use official # for IFT_STF

(are there any backward compat issue?  i don't think so)

Obtained from:	KAME
This commit is contained in:
Hajimu UMEMOTO 2003-10-26 14:29:04 +00:00
parent b9e9c23d70
commit 9dcd9885cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121574

View File

@ -243,9 +243,10 @@
#define IFT_OPTICALCHANNEL 0xc3 /* Optical Channel */
#define IFT_OPTICALTRANSPORT 0xc4 /* Optical Transport */
#define IFT_STF 0xd7 /* 6to4 interface */
/* not based on IANA assignments */
#define IFT_GIF 0xf0
#define IFT_PVC 0xf1
#define IFT_FAITH 0xf2
#define IFT_STF 0xf3
#endif /* !_NET_IF_TYPES_H_ */