Fixed an ordering problem showing up in validate/commit callbacks. If two new items following each order (yang-wise), only the first showed up in the new-list. Thanks achernavin!

This commit is contained in:
Olof hagsand 2019-04-30 15:46:40 +02:00
parent 220a872188
commit a5e955c95f
2 changed files with 3 additions and 0 deletions

View file

@ -141,6 +141,7 @@
* Added libgen.h for baseline()
### Corrected Bugs
* Fixed an ordering problem showing up in validate/commit callbacks. If two new items following each order (yang-wise), only the first showed up in the new-list. Thanks achernavin!
* Fixed a problem caused by recent sorting patches that made "ordered-by user" lists fail in some cases, causing multiple list entries with same keys. NACM being one example. Thanks vratnikov!
* [Restconf does not handle startup datastore according to the RFC](https://github.com/clicon/clixon/issues/74)
* Failure in startup with -m startup or running left running_db cleared.