Removed CLI generation for yang notifications (and other non-data yang nodes

This commit is contained in:
Olof hagsand 2019-01-02 18:44:27 +01:00
parent 6c48165340
commit b443471e7b
2 changed files with 6 additions and 9 deletions

View file

@ -110,6 +110,7 @@
* <!DOCTYPE (ie DTD) is not supported.
### Corrected Bugs
* Removed CLI generation for yang notifications (and other non-data yang nodes)
* Some restconf error messages contained "rpc-reply" or "rpc-error" which have now been removed.
* getopt return value changed from char to int (https://github.com/clicon/clixon/issues/58)
* Netconf/Restconf RPC extra input arguments are ignored (https://github.com/clicon/clixon/issues/47)