aboutsummaryrefslogtreecommitdiff
path: root/tests/test-flows.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-flows.c')
-rw-r--r--tests/test-flows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-flows.c b/tests/test-flows.c
index 57157c97..9d36eb17 100644
--- a/tests/test-flows.c
+++ b/tests/test-flows.c
@@ -68,7 +68,7 @@ main(int argc OVS_UNUSED, char *argv[])
ovs_fatal(retval, "error reading pcap file");
}
- flow_extract(packet, 0, 1, &flow);
+ flow_extract(packet, 0, 0, 1, &flow);
cls_rule_init_exact(&flow, 0, &rule);
ofputil_cls_rule_to_match(&rule, &extracted_match);