nicira-ext: Remove NXFF_OPENFLOW12.
[openvswitch] / include / openflow / nicira-ext.h
index 08ed9fc36d64a8c02e368bcf68b6d3837149ed48..88eba19c3717ad6684f31e08adaa4e2fb4b1547d 100644 (file)
@@ -1767,8 +1767,7 @@ OFP_ASSERT(sizeof(struct nx_action_output_reg) == 24);
 
 enum nx_flow_format {
     NXFF_OPENFLOW10 = 0,         /* Standard OpenFlow 1.0 compatible. */
-    NXFF_NXM = 2,                /* Nicira extended match. */
-    NXFF_OPENFLOW12 = 3          /* OpenFlow 1.2 format. */
+    NXFF_NXM = 2                 /* Nicira extended match. */
 };
 
 /* NXT_SET_FLOW_FORMAT request. */