Fixed: [show compare does not show correct diff while load merge xml](https://github.com/clicon/clixon-controller/issues/101)

Diff code did not check non-yang leaf/terminal values
This commit is contained in:
Olof hagsand 2024-02-08 10:41:13 +01:00
parent 840233d6fa
commit 4ee6b48abe
4 changed files with 133 additions and 76 deletions

View file

@ -90,6 +90,7 @@ Developers may need to change their code
### Corrected Bugs
* Fixed: [show compare does not show correct diff while load merge xml](https://github.com/clicon/clixon-controller/issues/101)
* Fixed: [commit goes 2 times](https://github.com/clicon/clixon/issues/488)
* Fixed: Problem with cl:ignore attribute for show compare
* Fixed: [yang_enum_int_value() fails if no explicit values are assigned to enums](https://github.com/clicon/clixon/issues/483)