openflow: Separate OF1.0, OF1.1 flow_mod constants and types.
[openvswitch] / include / openflow / nicira-ext.h
index 05f6c18a7cb67eb5903bfac393c9ec1ec69473db..4fc2049d15d19a9e12d5e6e6f80768b1bb864245 100644 (file)
@@ -118,7 +118,7 @@ enum nx_hash_fields {
  * instead of having the switch decide which table is most appropriate as
  * required by OpenFlow 1.0.  By default, the extension is disabled.
  *
- * When this feature is enabled, Open vSwitch treats struct ofp_flow_mod's
+ * When this feature is enabled, Open vSwitch treats struct ofp10_flow_mod's
  * 16-bit 'command' member as two separate fields.  The upper 8 bits are used
  * as the table ID, the lower 8 bits specify the command as usual.  A table ID
  * of 0xff is treated like a wildcarded table ID.