* Fixed: YANG uses statements in sub-modules did not search for grouping statements in other submodules of the module it belongs to.

This commit is contained in:
Olof hagsand 2020-09-04 16:23:18 +02:00
parent b8955c81d8
commit f524a89b2d
2 changed files with 63 additions and 13 deletions

View file

@ -60,6 +60,7 @@ Developers may need to change their code
### Corrected Bugs
* Fixed: YANG `uses` statements in sub-modules did not search for `grouping` statements in other submodules of the module it belongs to.
* Fixed: [CLI crash if error-info is empty #134](https://github.com/clicon/clixon/issues/134)
* Fixed: [copy-config's RPC cxobj parameter does not contain namespace #131](https://github.com/clicon/clixon/issues/131)
* See also "Netconf as default namespace has been disabled by default" above