X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Ftest-multipath.c;h=8442bc2e9bd9a9256eac15cb137531792c3c9595;hb=3f0cbe2df696701ad07f61add08692a1eca54f67;hp=8a355677d607b1ffe22fea374b8d483fd63ae9cd;hpb=8706009e555bb9fa04a5679e4be2c7c67506802b;p=sliver-openvswitch.git diff --git a/tests/test-multipath.c b/tests/test-multipath.c index 8a355677d..8442bc2e9 100644 --- a/tests/test-multipath.c +++ b/tests/test-multipath.c @@ -60,6 +60,8 @@ main(int argc, char *argv[]) struct flow flow; random_bytes(&flow, sizeof flow); + memset(flow.zeros, 0, sizeof flow.zeros); + flow.mpls_depth = 0; mp.max_link = n - 1; multipath_execute(&mp, &flow);