mirroring: Don't require the "normal" action to perform mirroring.
[openvswitch] / tests / test-flows.c
index 57157c978b85996acdeb14e5a3d639076667a37a..9d36eb174ce8ea66183de45c777da6c24feb1e94 100644 (file)
@@ -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);