Manage disconnection of a Netconf device from ODL 84/64184/6
authorGilles Thouenon <gilles.thouenon@orange.com>
Thu, 12 Oct 2017 07:46:53 +0000 (09:46 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Thu, 19 Oct 2017 15:47:31 +0000 (15:47 +0000)
commit7ebba21e5aab3eba8dfe2278e05f162a288ae08c
treeceb908d7e77668ed520da2d45cbd7a29f7a3ba8f
parent8c4f527ce8245c4d8f48195746e0654b95a68f76
Manage disconnection of a Netconf device from ODL

Updates PortMapping to manage the case when a netconf device is
disconnected from Karaf.
Corrects a bug in RendererNotificationsImpl. During the transient
state of node deletion, the nnode value becomes null. So the
disconnection treatment inside the condition nnode!=null was never
executed.

Change-Id: Icd7db2d1864ec3e2b8fba1526665a4b8520b1447
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
renderer/src/main/java/org/opendaylight/transportpce/renderer/RendererNotificationsImpl.java
renderer/src/main/java/org/opendaylight/transportpce/renderer/mapping/PortMapping.java