X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-flows.c;h=2edfa35fe53588f5cc93159fd0c3970406390a66;hb=36956a7d33c9ee204fcb184484a5aaacbd9ecef8;hp=4ae198b25dd3cfca68a291d2bc1b8ca7c7a228e9;hpb=d8ae4d672673cd72285eb405a96b4ac3590a7639;p=openvswitch diff --git a/tests/test-flows.c b/tests/test-flows.c index 4ae198b2..2edfa35f 100644 --- a/tests/test-flows.c +++ b/tests/test-flows.c @@ -70,7 +70,8 @@ main(int argc OVS_UNUSED, char *argv[]) flow_extract(packet, 0, 1, &flow); cls_rule_init_exact(&flow, 0, &rule); - ofputil_cls_rule_to_match(&rule, NXFF_OPENFLOW10, &extracted_match); + ofputil_cls_rule_to_match(&rule, NXFF_OPENFLOW10, &extracted_match, + 0, NULL); if (memcmp(&expected_match, &extracted_match, sizeof expected_match)) { char *exp_s = ofp_match_to_string(&expected_match, 2);