Split config into multiple sub-files on mount-point boundaries and dont write clean subfiles
Added CLICON_XMLDB_MULTI option, added cl:xmldb-split extension
This commit is contained in:
parent
bd290e4594
commit
f511cb0030
30 changed files with 1311 additions and 285 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -15,17 +15,26 @@ Expected: June 2024
|
|||
|
||||
### Features
|
||||
|
||||
* New: Split configure datastore multiple sub-files on mount-point boundaries
|
||||
* Avoid writung sub-files without new data (dirty cache)
|
||||
* Added: Code for SHA digests.
|
||||
* New: [Autolock](https://github.com/clicon/clixon/issues/508)
|
||||
* CLI configurable format: [Default format should be configurable](https://github.com/clicon/clixon-controller/issues/87)
|
||||
* CLI support for multiple inline commands separated by semi-colon
|
||||
* New `clixon-config@2024-04-01.yang` revision
|
||||
* Added options:
|
||||
- `CLICON_NETCONF_DUPLICATE_ALLOW` - Disable duplicate check in NETCONF messages
|
||||
- `CLICON_CLI_OUTPUT_FORMAT` - Default CLI output format
|
||||
- `CLICON_AUTOLOCK` - Implicit locks
|
||||
- `CLICON_XMLDB_MULTIPLE`: Split datastore into multiple sub files
|
||||
- `CLICON_NETCONF_DUPLICATE_ALLOW`: Disable duplicate check in NETCONF messages
|
||||
- `CLICON_CLI_OUTPUT_FORMAT`: Default CLI output format
|
||||
- `CLICON_AUTOLOCK`: Implicit locks
|
||||
* New `clixon-lib@2024-04-01.yang` revision
|
||||
- Added: Default format
|
||||
|
||||
### API changes on existing protocol/config features
|
||||
Users may have to change how they access the system
|
||||
|
||||
* Openssl mandatory for all configs, not only restconf
|
||||
|
||||
### Corrected Bugs
|
||||
|
||||
* Fixed: Fail on return errors when reading from datastore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue