Removed Flow id caches that is being used to check 04/29204/4
authorAnil Vishnoi <vishnoianil@gmail.com>
Sat, 31 Oct 2015 04:50:31 +0000 (10:20 +0530)
committerAnil Vishnoi <vishnoianil@gmail.com>
Fri, 6 Nov 2015 19:31:43 +0000 (01:01 +0530)
commitb26657eb141a74d820c2ae5953f47c294aa07be6
tree395786f045ea4c43b5dd48d8741f291a2019cb38
parent65d03caab9aabec82d8b59575fd9b4e6c1670507
Removed Flow id caches that is being used to check

if flow is already installed or deleted. Now it will
install flow irrespective of whether the flow already
installed or not. It won't really do installation of
flow again, because if you write same data again, it's
going to be no-op. These caches create issues if new node
with same ovsdb ip:port connects the controller, but the
openflow bridge is different.

Change-Id: Ic2acced7a9a006e6e04afba6fea22aaf0620f134
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/impl/NeutronL3Adapter.java
openstack/net-virt/src/test/java/org/opendaylight/ovsdb/openstack/netvirt/impl/NeutronL3AdapterTest.java