X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-flows.c;h=424dd7b01cd425ac9dc9b14dee1fb4f1011bd848;hb=11bbff1b79a97c377021560b8a262af95a0dd1b9;hp=451ca1ad0ea5f8e1c72d9a2ac8d118a32632845f;hpb=67a4917b07031b387beafaedce413b4207214059;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);