openflow: Move enums for "packet_out" and "flow_mod" to common header.
[openvswitch] / include / openflow / openflow-1.1.h
index 8461dad2b92ba4c6c164f5a3b06d34a3c035462e..f0c063bce40182e3d3e5ac938c4f2bf5396a03f9 100644 (file)
@@ -74,9 +74,7 @@
  * types. */
 enum ofp11_type {
     /* Controller command messages. */
-    OFPT11_PACKET_OUT = 13,     /* Controller/switch message */
-    OFPT11_FLOW_MOD,            /* Controller/switch message */
-    OFPT11_GROUP_MOD,           /* Controller/switch message */
+    OFPT11_GROUP_MOD = 15,      /* Controller/switch message */
     OFPT11_PORT_MOD,            /* Controller/switch message */
     OFPT11_TABLE_MOD,           /* Controller/switch message */