BUG-6458: 44/44244/8
authorShuva Kar <shuva.jyoti.kar@ericsson.com>
Thu, 18 Aug 2016 11:00:27 +0000 (16:30 +0530)
committerShuva Jyoti Kar <shuva.jyoti.kar@ericsson.com>
Thu, 18 Aug 2016 16:42:10 +0000 (16:42 +0000)
commit9c380c3cd85825c3882117afe084f8bec8249d0a
treee44ec244bece09eb450f7010cf5f7c87bf5bbdbe
parentd55e9d49ef88a567ceaa4ff6334dc78585580603
BUG-6458:

The issue occurred since during update the older
flowregistry key wasnot getting removed when the
newer one was getting stored. This was because the
match/priority/cookie all forms part of the flow-registry
key.

Change-Id: Ibed34e79b6310723f7c8078bf54b8a2b4f9ab2b2
Signed-off-by: Shuva Kar <shuva.jyoti.kar@ericsson.com>
openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/registry/flow/DeviceFlowRegistry.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/registry/flow/DeviceFlowRegistryImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/SalFlowServiceImpl.java