X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-flows.c;h=424dd7b01cd425ac9dc9b14dee1fb4f1011bd848;hb=b19e8815add8374089c8a90fd276ba65c151416a;hp=451ca1ad0ea5f8e1c72d9a2ac8d118a32632845f;hpb=c69ee87c10818267f991236201150b1fa51ae519;p=openvswitch diff --git a/tests/test-flows.c b/tests/test-flows.c index 451ca1ad..424dd7b0 100644 --- a/tests/test-flows.c +++ b/tests/test-flows.c @@ -67,8 +67,8 @@ main(int argc OVS_UNUSED, char *argv[]) ovs_fatal(retval, "error reading pcap file"); } - flow_extract(packet, 1, &flow); - flow_to_match(&flow, 0, &extracted_match); + flow_extract(packet, 0, 1, &flow); + flow_to_match(&flow, 0, false, &extracted_match); if (memcmp(&expected_match, &extracted_match, sizeof expected_match)) { char *exp_s = ofp_match_to_string(&expected_match, 2);