Fix up usage of flow_wildcards_t.
[openvswitch] / lib / ofp-parse.c
index 7e9a965313dbad5826de780b941826dcef92a01e..f45c450c65ca4b07cfed86fa554d3c753e9cf568 100644 (file)
@@ -859,7 +859,7 @@ parse_ofp_flow_mod_str(struct list *packets, enum nx_flow_format *cur_format,
     parse_ofp_str(&fm, NULL, is_del ? NULL : &actions, string);
     fm.command = command;
 
-    min_format = ofputil_min_flow_format(&fm.cr, true, fm.cookie);
+    min_format = ofputil_min_flow_format(&fm.cr);
     next_format = MAX(*cur_format, min_format);
     if (next_format != *cur_format) {
         struct ofpbuf *sff = ofputil_make_set_flow_format(next_format);