Cleanup NetvirtIT
[netvirt.git] / utils / mdsal-openflow / src / main / java / org / opendaylight / ovsdb / utils / mdsal / openflow / FlowUtils.java
index 74fea32479bf269bc184ff771c0d5a82cb35227b..3cb092448faa7408092430a11a926919e0f0b960 100644 (file)
@@ -118,7 +118,7 @@ public class FlowUtils {
         final FlowId flowId = new FlowId(flowName);
         flowBuilder
                 .setId(flowId)
-                .setStrict(true)
+                .setStrict(false)
                 .setBarrier(false)
                 .setTableId(table)
                 .setKey(new FlowKey(flowId))