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.
Other
77
stars
87
forks
source link
Bugfixes in jnc.py, contributed by ConfD user, and bugfixes in 1-interfaces example #36
Bugfixes in jnc.py, contributed by ConfD user, and bugfixes in 1-interfaces example
A ConfD user found an issue and reported that the pyang plugin jnc.py was camelizing the strings used to generate the NETCONF XML tags, while it should camelize only the string used to generate the Java classes. This led to NETCONF bad-element errors.
User also provided the modifications to correct the issues in jnc.py which was added and reviewed.
Bugfixes in jnc.py, contributed by ConfD user, and bugfixes in 1-interfaces example
A ConfD user found an issue and reported that the pyang plugin jnc.py was camelizing the strings used to generate the NETCONF XML tags, while it should camelize only the string used to generate the Java classes. This led to NETCONF bad-element errors. User also provided the modifications to correct the issues in jnc.py which was added and reviewed.