net: increase the size of priv_flags and add IFF_OVS_DATAPATH
[deliverable/linux.git] / include / linux / if.h
index 53558ec59e1b16d4272f9cdd51e1a0ba4957facc..6ed43c1f07ab8b34f56d67f72085e47187cd0668 100644 (file)
@@ -75,6 +75,8 @@
 #define IFF_DISABLE_NETPOLL    0x2000  /* disable netpoll at run-time */
 #define IFF_MACVLAN_PORT       0x4000  /* device used as macvlan port */
 #define IFF_BRIDGE_PORT        0x8000          /* device used as bridge port */
+#define IFF_OVS_DATAPATH       0x10000 /* device used as Open vSwitch
+                                        * dapath port */
 
 #define IF_GET_IFACE   0x0001          /* for querying only */
 #define IF_GET_PROTO   0x0002
This page took 0.024493 seconds and 5 git commands to generate.