Document internal interface types which are specific to FreeBSD.

This commit is contained in:
George V. Neville-Neil 2015-04-14 15:21:20 +00:00
parent 916e17fd56
commit 3085e1216e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281530

View File

@ -243,10 +243,10 @@
#define IFT_STF 0xd7 /* 6to4 interface */
/* not based on IANA assignments */
#define IFT_GIF 0xf0
#define IFT_PVC 0xf1
#define IFT_ENC 0xf4
#define IFT_PFLOG 0xf6
#define IFT_PFSYNC 0xf7
/* FreeBSD specific, not based on IANA assignments */
#define IFT_GIF 0xf0 /* Generic tunnel interface */
#define IFT_PVC 0xf1 /* Unused */
#define IFT_ENC 0xf4 /* Encapsulating interface */
#define IFT_PFLOG 0xf6 /* PF packet filter logging */
#define IFT_PFSYNC 0xf7 /* PF packet filter synchronization */
#endif /* !_NET_IF_TYPES_H_ */