* Invalid key to api_path2xml gives warning instead of error and quit.

This commit is contained in:
Olof Hagsand 2018-03-05 19:59:43 +00:00
parent 990700b68d
commit ac7480b9f5
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,7 @@
### Major changes:
### Minor changes:
* Invalid key to api_path2xml gives warning instead of error and quit.
* yang_find_topnode() and api_path2xml() schemanode parameter replaced with yang_class. Replace as follows: 0 -> YC_DATANODE, 1 -> YC_SCHEMANODE
* xml2json: include prefix in translation, so <a:b> is translated to {"a:b" ..}