openflow-1.1+: move OFPTC11_TABLE_MISS_MASK out of enum
[sliver-openvswitch.git] / include / openflow / openflow-1.1.h
index de88ffa..4ee9c5c 100644 (file)
@@ -452,7 +452,7 @@ enum ofp11_table_config {
                                              pipeline (OpenFlow 1.0
                                              behavior). */
     OFPTC11_TABLE_MISS_DROP = 2 << 0,     /* Drop the packet. */
-    OFPTC11_TABLE_MISS_MASK = 3
+#define OFPTC11_TABLE_MISS_MASK (3 << 0)
 };
 
 /* Flow setup and teardown (controller -> datapath). */