mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
use official # for IFT_STF
(are there any backward compat issue? i don't think so) Obtained from: KAME
This commit is contained in:
parent
b9e9c23d70
commit
9dcd9885cf
1 changed files with 2 additions and 1 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue