Added new backend plugin callback: plugin_statedata() for getting state data; Added generic xml_merge() function.

This commit is contained in:
Olof hagsand 2017-07-05 12:30:42 +02:00
parent f5d2473618
commit 4e986d6660
24 changed files with 600 additions and 88 deletions

View file

@ -1,6 +1,8 @@
# Clixon CHANGELOG
- Yang anyxml and extensions basic support added
- Added generic xml_merge() function.
- Added new backend plugin callback: "plugin_statedata()" for getting state data
- Added yang dir with ietf-netconf and clixon-config yang specs for internal usage.