Fix minor bug in FRM proactive flow code path 70/770/1
authorAlessandro Boch <aboch@cisco.com>
Thu, 1 Aug 2013 19:03:51 +0000 (12:03 -0700)
committerAlessandro Boch <aboch@cisco.com>
Thu, 1 Aug 2013 19:11:32 +0000 (12:11 -0700)
commite72ae0ab1513e382e141f70dc544efdd782e439d
treeef2a0579447760b13c2166e465bd1ebfb396e2ce
parent970fb91c60c15a9b57e078f81aab7dde903addb9
Fix minor bug in FRM proactive flow code path

ISSUE:
When proactive flows are installed on a switch
(as a result of user configuring the forwarding mode of the node to proactive)
in case switch fails to install any of these flows, the informational log still
reports that the proactive flow was succesfully installed.
CHANGE:
When calling addStaticFlowInternal() make sure to pass the restore flag as false

Change-Id: I7f1e85d40624a145c6d71bb1149b14c825894312
Signed-off-by: Alessandro Boch <aboch@cisco.com>
opendaylight/forwardingrulesmanager/implementation/src/main/java/org/opendaylight/controller/forwardingrulesmanager/internal/ForwardingRulesManager.java