Remove mpls_depth field from flow
[sliver-openvswitch.git] / tests / test-multipath.c
index f1b12e2..4ba3692 100644 (file)
@@ -66,8 +66,6 @@ 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, &wc);