Removed Flow id caches that is being used to check
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)
commit7f20efc0e36f1073f67cc9aee86cf04946f7174e
tree59feeb35d98d5f30f59d267950bb4a1d6e5e71e3
parent1ed3a5decf04a9ec2f185fb6f699e01b513f2a9a
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