Use strict for flows
authorSam Hague <shague@redhat.com>
Mon, 21 Dec 2015 22:36:55 +0000 (17:36 -0500)
committerSam Hague <shague@redhat.com>
Mon, 21 Dec 2015 22:36:55 +0000 (17:36 -0500)
Change-Id: I8ec483eccc617717fa0a9f42cf3adaed9b51d18e
Signed-off-by: Sam Hague <shague@redhat.com>
utils/mdsal-openflow/src/main/java/org/opendaylight/ovsdb/utils/mdsal/openflow/FlowUtils.java

index 3cb092448faa7408092430a11a926919e0f0b960..74fea32479bf269bc184ff771c0d5a82cb35227b 100644 (file)
@@ -118,7 +118,7 @@ public class FlowUtils {
         final FlowId flowId = new FlowId(flowName);
         flowBuilder
                 .setId(flowId)
-                .setStrict(false)
+                .setStrict(true)
                 .setBarrier(false)
                 .setTableId(table)
                 .setKey(new FlowKey(flowId))