diff --git a/tests/test-multipath.c b/tests/test-multipath.c index 08d2cbaeb..4e9a3ab5c 100644 --- a/tests/test-multipath.c +++ b/tests/test-multipath.c @@ -63,6 +63,7 @@ test_multipath_main(int argc, char *argv[]) struct flow flow; flow_random_hash_fields(&flow); + flow_wildcards_init_catchall(&wc); mp.max_link = n - 1; multipath_execute(&mp, &flow, &wc);