NorthBound APIs for the Bridge Domain configuration Service.
[controller.git] / opendaylight / web / flows / src / main / java / org / opendaylight / controller / flows / web / Flows.java
index be7560985a56fdeb3df3ae1d28020f8f87cd56a7..145ef9086e4a41ef8649470fc7ebd4f851376de6 100644 (file)
@@ -241,7 +241,7 @@ public class Flows implements IDaylightWeb {
         flow.setNode(node);
         Status result = new Status(StatusCode.BADREQUEST, "Invalid request");
         if (action.equals("add")) {
-            result = frm.addStaticFlow(flow, false);
+            result = frm.addStaticFlow(flow);
         }
 
         return (result.isSuccess()) ? StatusCode.SUCCESS.toString() : result