Fixed: [Using YANG union with decimal64 and string leads to regexp match fail #226](https://github.com/clicon/clixon/issues/226)

This commit is contained in:
Olof hagsand 2021-05-24 21:05:06 +02:00
parent d3b614e67d
commit 60c9172d21
3 changed files with 24 additions and 14 deletions

View file

@ -78,6 +78,7 @@ Users may have to change how they access the system
### Corrected Bugs
* Fixed: [Using YANG union with decimal64 and string leads to regexp match fail #226](https://github.com/clicon/clixon/issues/226)
* Fixed: [xpath function count did not work properly #224](https://github.com/clicon/clixon/issues/224)
* Fixed: RESTCONF Native: Failed binding of socket in network namespace caused process zombie
* Fixed problems with XPATH composite operations and functions in netconf get/get-config operations.