Fixed an error in global default values. Global default values were not written to datastore after startup, but AFTER an edit/commit.
This commit is contained in:
parent
61bdab7bf0
commit
3e054fedc3
2 changed files with 8 additions and 41 deletions
|
|
@ -35,6 +35,7 @@ Users may have to change how they access the system
|
|||
|
||||
### Corrected Bugs
|
||||
|
||||
* Fixed an error in global default values. Global default values were not written to datastore after startup, but AFTER an edit/commit.
|
||||
* Fixed: [Type / Endianism problem in yang_parse_file #128](https://github.com/clicon/clixon/issues/128)
|
||||
* Fixed: [(CLI) the description of a used grouping is shown instead of the encapsulating container #124](https://github.com/clicon/clixon/issues/124)
|
||||
* Uses/group and augments only copies *schemanodes*. This means reference/description/.. etc are not copied, the original is kept. Also, as a side-effect of the bugfix, a final cardinality sanity check is now made after all yang modifications, not only at the time the file is loaded.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue