|
@@ -68,6 +68,8 @@
|
|
#define IFF_MULTI_QUEUE 0x0100
|
|
#define IFF_MULTI_QUEUE 0x0100
|
|
#define IFF_ATTACH_QUEUE 0x0200
|
|
#define IFF_ATTACH_QUEUE 0x0200
|
|
#define IFF_DETACH_QUEUE 0x0400
|
|
#define IFF_DETACH_QUEUE 0x0400
|
|
|
|
+/* read-only flag */
|
|
|
|
+#define IFF_PERSIST 0x0800
|
|
|
|
|
|
/* Features for GSO (TUNSETOFFLOAD). */
|
|
/* Features for GSO (TUNSETOFFLOAD). */
|
|
#define TUN_F_CSUM 0x01 /* You can hand me unchecksummed packets. */
|
|
#define TUN_F_CSUM 0x01 /* You can hand me unchecksummed packets. */
|