From: Maros Marsalek Date: Wed, 25 Mar 2015 12:09:11 +0000 (+0100) Subject: Set unable-to-connect(netconf node) if no sources are available X-Git-Tag: release/lithium~335^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=8db28a7bfb8957ed7f0a152cab8baa16836a6823 Set unable-to-connect(netconf node) if no sources are available Currently the state was set to connecting even though the connection attempts stopped. Change-Id: I9c5eaa1c7a547c2efaa7224d1c75f1c0c7dad5cc Signed-off-by: Maros Marsalek --- diff --git a/opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/NetconfDevice.java b/opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/NetconfDevice.java index cdce946aba..88dd0e55c5 100644 --- a/opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/NetconfDevice.java +++ b/opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/NetconfDevice.java @@ -414,7 +414,9 @@ public final class NetconfDevice implements RemoteDevice