Fixed: unknown nodes (for extenstions) did not work when placed directly under a grouping clause

This commit is contained in:
Olof hagsand 2021-01-28 09:02:29 +01:00
parent f5f013c739
commit 0b1e4ab0e9
2 changed files with 4 additions and 3 deletions

View file

@ -80,6 +80,7 @@ Users may have to change how they access the system
### Corrected Bugs
* Fixed: unknown nodes (for extenstions) did not work when placed directly under a grouping clause
* Fixed: [Behaviour of Empty LIST Input in RESTCONF JSON #166](https://github.com/clicon/clixon/issues/166)
* Netconf split lines input (input fragments) fixed
* Netconf input split on several lines, eg using stdin: "<a>\nfoo</a>]]>]]>" could under some circumstances be split so that only "</a>]]>]]>" be properly processed. This could also happen to a socket receiving a sub-string and then after a delay receive the rest.