FRM to properly handle timed flows in case of switch down/up 77/3777/1
authorAlessandro Boch <aboch@cisco.com>
Tue, 17 Dec 2013 00:29:22 +0000 (16:29 -0800)
committerAlessandro Boch <aboch@cisco.com>
Tue, 17 Dec 2013 01:01:30 +0000 (17:01 -0800)
commit3c898339d638d4e2620e392834fcaf8f0552311f
treea404a50f916cafc6e5622f61c97e3602ecf983d4
parent656c0821920404d34077d34a775ef4230d7ba95f
FRM to properly handle timed flows in case of switch down/up

- When node reconnects to controller, plugin will send remove all flow message.
  FRM will receive flow removed message and should toggle the installInHw flag
  only for the timed static flows, not all of them. At the end a timed flow with
  original configured timeout (idle or hard) is no longer valid later on.
- Fix bug in flow ui

Change-Id: I1474351fa750029246b89d11bdefb41e9bd6eefd
Signed-off-by: Alessandro Boch <aboch@cisco.com>
opendaylight/forwardingrulesmanager/implementation/src/main/java/org/opendaylight/controller/forwardingrulesmanager/internal/ForwardingRulesManager.java
opendaylight/web/flows/src/main/resources/js/page.js