X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofp-parse.c;h=f45c450c65ca4b07cfed86fa554d3c753e9cf568;hb=eeba8e4fd3b9ae3c69fbf3ae9ef28a55184ac12a;hp=7e9a965313dbad5826de780b941826dcef92a01e;hpb=858f285284634a2933079cc6e68cc088c81cbe1d;p=openvswitch diff --git a/lib/ofp-parse.c b/lib/ofp-parse.c index 7e9a9653..f45c450c 100644 --- a/lib/ofp-parse.c +++ b/lib/ofp-parse.c @@ -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);