Uploaded image for project: 'netconf'
  1. netconf
  2. NETCONF-1074

Connection status not updated after successful connection

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Highest Highest
    • 6.0.1
    • 6.0.0
    • netconf

      The connection-status of a NETCONF node in topology-netconf stays in the connecting state does not change to connected after a NETCONF session is successfully established.

      This appears to be caused by NetconfNodeHandler.onDeviceConnected() which simply resets attempts and does not propagate the status change to delegate:

          public synchronized void onDeviceConnected(final NetconfDeviceSchema deviceSchema,
                  final NetconfSessionPreferences sessionPreferences, final RemoteDeviceServices services) {
              attempts = 0;
          }
      

            sangwookha Sangwook Ha
            sangwookha Sangwook Ha
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: