openflow: Separate OF1.0, OF1.1 flow_mod constants and types.
[openvswitch] / lib / ofp-msgs.h
index 162d6e0467cc96f99c77990f8ca3615ad96dbcb1..5ff5976e74065a9e9f0e81f6e5debf4de882976f 100644 (file)
@@ -145,7 +145,7 @@ enum ofpraw {
     /* OFPT 1.1+ (13): struct ofp11_packet_out, uint8_t[]. */
     OFPRAW_OFPT11_PACKET_OUT,
 
-    /* OFPT 1.0 (14): struct ofp_flow_mod, struct ofp_action_header[]. */
+    /* OFPT 1.0 (14): struct ofp10_flow_mod, struct ofp_action_header[]. */
     OFPRAW_OFPT10_FLOW_MOD,
     /* OFPT 1.1+ (14): struct ofp11_flow_mod, struct ofp11_instruction[]. */
     OFPRAW_OFPT11_FLOW_MOD,