Merge "master" into "next".
[openvswitch] / include / openvswitch / datapath-protocol.h
index 84646c2297f76237c93eb9cb55c7e18c32387a58..6c5354548ea4ae38e373f5f94728973d326708a3 100644 (file)
@@ -107,6 +107,7 @@ struct odp_stats {
 /* Logical ports. */
 #define ODPP_LOCAL      ((__u16)0)
 #define ODPP_NONE       ((__u16)-1)
+#define ODPP_NORMAL     ((__u16)-2)
 
 /* Listening channels. */
 #define _ODPL_MISS_NR   0       /* Packet missed in flow table. */