Optimizing tunnel configuration 24/51324/1
authorFaseela K <faseela.k@ericsson.com>
Thu, 2 Feb 2017 06:25:15 +0000 (11:55 +0530)
committerFaseela K <faseela.k@ericsson.com>
Thu, 2 Feb 2017 06:25:15 +0000 (11:55 +0530)
commit468af4f40ead68ecf30ba0fc5d26dbea08bcfd49
treeb8c919a5b0b17d7d0974655ae55a7f6bf3e1d925
parent56cdd1d51a389ce94d9505e7244899f5e19b1b1c
Optimizing tunnel configuration

Description : Inorder to workaround some bug in ovsdb creating duplicate
tunnels, code was added in interface-manager to see if tunnel is getting
configured on a different DPN. Ideally this check is meant only for VM
migration where ports can migrate across DPNs. This check for tunnels is
resulting in scale issues when full mesh of tunnels is configured for
scaled setups. Since ovsdb bug is already fixed, removing this code
as it looks completely unnecessary.

Change-Id: I479a75890ac8d7e885fee54fef90fbc248d144e4
Signed-off-by: Faseela K <faseela.k@ericsson.com>
interfacemanager/interfacemanager-impl/src/main/java/org/opendaylight/genius/interfacemanager/listeners/InterfaceInventoryStateListener.java