X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-flows.c;h=6528b0781c0bfd28413f2d9648269f4dcd86985e;hb=ac60863f78e412004c5b69f5a64a49bc6f0bc46d;hp=8308bf85843f9c9b4db676fc1178899683714683;hpb=4e022ec09e14ac89add74c1b4b8e3ff3873edbf0;p=sliver-openvswitch.git diff --git a/tests/test-flows.c b/tests/test-flows.c index 8308bf858..6528b0781 100644 --- a/tests/test-flows.c +++ b/tests/test-flows.c @@ -70,7 +70,7 @@ main(int argc OVS_UNUSED, char *argv[]) in_port_.ofp_port = u16_to_ofp(1); flow_extract(packet, 0, 0, NULL, &in_port_, &flow); - match_init_exact(&match, &flow); + match_wc_init(&match, &flow); ofputil_match_to_ofp10_match(&match, &extracted_match); if (memcmp(&expected_match, &extracted_match, sizeof expected_match)) {