Fixed: [Nested YANG choice does not work #342](https://github.com/clicon/clixon/issues/342)

This commit is contained in:
Olof hagsand 2022-07-11 12:35:24 +02:00
parent 38027c8331
commit 657ddf9e87
3 changed files with 201 additions and 39 deletions

View file

@ -110,6 +110,7 @@ Developers may need to change their code
### Corrected Bugs
* Fixed: [Nested YANG choice does not work #342](https://github.com/clicon/clixon/issues/342)
* Fixed: [YANG if-feature does not support nested boolean expression](https://github.com/clicon/clixon/issues/341)
* Fixed: [RPC edit-config payloads are not fully validated](https://github.com/clicon/clixon/issues/337)