ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / utilities / ovs-controller.c
index aa4cf4eaadf1dc8a3c0d0539b972b20336a597d4..04b16e8709b529479392207e49334e27c47f6f56 100644 (file)
@@ -62,7 +62,7 @@ static bool set_up_flows = true;
 /* -N, --normal: Use "NORMAL" action instead of explicit port? */
 static bool action_normal = false;
 
-/* -w, --wildcard: 0 to disable wildcard flow entries, a OFPFW_* bitmask to
+/* -w, --wildcard: 0 to disable wildcard flow entries, an OFPFW10_* bitmask to
  * enable specific wildcards, or UINT32_MAX to use the default wildcards. */
 static uint32_t wildcards = 0;