JNC (Java NETCONF Client) is the name of a Java library for communicating with NETCONF agents, and a plugin for pyang (http://code.google.com/p/pyang/) to generate Java classes from YANG models, to be used by the JNC library.
The integration tests all contained double init() calls, which created two sessions towards the NETCONF server and the first one was immediately forgotten.
The integration tests all contained double
init()
calls, which created two sessions towards the NETCONF server and the first one was immediately forgotten.