Updated git submodules
authorAlexis de Talhouët <adetalhouet@inocybe.com>
Mon, 7 Nov 2016 23:00:04 +0000 (18:00 -0500)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 11 Jan 2017 16:33:00 +0000 (16:33 +0000)
commit0d3171e98ffad21d6d74a7421493176ed6007c26
treed6d85cf8738c01d626bc70fbc5b1168cf5f68362
parentc6ab1ad6ec84ab00f3e9c736293fdfc41a54f602
Updated git submodules

Project: netconf master 77cb41a716accda78004ca34f738884f8d4e6e74

Close missing resources when netconf-topolgy goes down

When the connection goes down, we are closing the NetconfDeviceCommunicator
instance but we aren't closing the RemoteDeviceHandler. I believe this is an
oversight, so implementing the Autocloseable interface in NetconfConnectorDTO
that will close both the resources. The consumer of this DTO can then call #close()
to release the resources.

Change-Id: I852a5aa29a73f8454aa1886990dfce9c7a019025
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
docs/submodules/netconf