Removed the floodEntries cache and relying on FRM's flow cache directly for updating... 98/3798/1
authorMadhu Venugopal <mavenugo@gmail.com>
Tue, 17 Dec 2013 17:30:21 +0000 (09:30 -0800)
committerMadhu Venugopal <mavenugo@gmail.com>
Tue, 17 Dec 2013 17:30:21 +0000 (09:30 -0800)
commit9510538d7036fa7b6a1c744a837eb013ce89507b
treeeda825b076633a6738d3f8653a70606dbdac8d54
parent17f49cc8c3b0c8bb2caed8f5199c701ce5899cac
Removed the floodEntries cache and relying on FRM's flow cache directly for updating the flood entries with new tunnels.

With many caches/databases that we rely upon, we are taking a concious decision to avaoid caching data in our bundles
but rely on existing and tested dbs in the system. With that philosophy, it is good to have 1 less cache :-).

Change-Id: Ibc3273d86c34e58bd14b1f1e8869ceebcedc6c60
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
neutron/src/main/java/org/opendaylight/ovsdb/neutron/provider/OF10ProviderManager.java