use official # for IFT_STF

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

Obtained from:	KAME
This commit is contained in:
ume 2003-10-26 14:29:04 +00:00
parent 5c043fd5a0
commit 3481896a41

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_ */