FRM should not remove a static flow config on async error report 39/4239/2
authorAlessandro Boch <aboch@cisco.com>
Tue, 14 Jan 2014 23:19:36 +0000 (15:19 -0800)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 15 Jan 2014 20:09:42 +0000 (20:09 +0000)
commitee0a16926c26d70160b739d49ef48f1c2436f96b
tree5d52a4b91560312d3e0cd0e1a68969bd25f61582
parent1dd1433d1e2f30855b098cca7cc48039a9747df8
FRM should not remove a static flow config on async error report

- Currently FRM is removing the affected static flow config on
  receiving a flow error event from the switch.
  The correct action is to modify the config status.
  The config removal was a temporary fix for the flow configuration across
  cluster (request served by another controller node) when this request was
  always sent asynchronously. Now it is no longer needed as FRM implements
  both the synch and async flow rewust across the cluster.

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