OPNFLWPLUG-1027 : Topology manager writes link information everytime topology-lldp... 75/74175/30
authorAndrej Leitner <andrej.leitner@gmail.com>
Tue, 17 Jul 2018 22:23:30 +0000 (00:23 +0200)
committerGobinath <gobinath@ericsson.com>
Sun, 19 May 2019 16:57:41 +0000 (22:27 +0530)
commite5ac64b7733651488848bbbd2a24f0a909325527
tree6023a6ad3f4f1d8de8c98e45fbee52f65a2bfb89
parentcb3537ccd11075d225237c79c8095a3ffc3212ae
OPNFLWPLUG-1027 : Topology manager writes link information everytime topology-lldp-discovery publish the linkAdded/linkRemove notificaiton

 Send new notifications only when the links are discovered
 and ignore already present links.

Change-Id: I5ec6ae4d2cd8d2c83eb6e918f12cf12927056633
JIRA: OPNFLWPLUG-1027
Signed-off-by: Gobinath <gobinath@ericsson.com>
applications/topology-lldp-discovery/pom.xml
applications/topology-lldp-discovery/src/main/java/org/opendaylight/openflowplugin/applications/topology/lldp/LLDPDiscoveryListener.java
applications/topology-lldp-discovery/src/main/java/org/opendaylight/openflowplugin/applications/topology/lldp/LLDPLinkAger.java
applications/topology-lldp-discovery/src/main/java/org/opendaylight/openflowplugin/applications/topology/lldp/utils/LLDPDiscoveryUtils.java
applications/topology-lldp-discovery/src/test/java/org/opendaylight/openflowplugin/applications/topology/lldp/LLDPLinkAgerTest.java