Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

This section provides an overview on the NETCONF protocol implementation in ONOS.

 

Interfaces and Classes

  • NetconfController, implemented by NetconfControllerImpl, tracks all the NETCONF devices, serves as a one stop for

    obtaing

    obtaining an active device and (un)register listeners on devices

  • NetconfDevice
  • NetconfSession
  • NetconfDeviceListener
  • NetconfDeviceInfo
  • XMLConfigParser

...