User-Space MPLS actions and matches
[sliver-openvswitch.git] / tests / test-multipath.c
index b990c13..8442bc2 100644 (file)
@@ -61,6 +61,7 @@ main(int argc, char *argv[])
 
             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);