* Added new functions: xml_tree_equal and xpath2xml
* RFC 8528 yang schema mount-points: * Made expand_dbvar and cli_dbxml mountpoint-aware (RFC 8528) * autocli supportgenerate * Made api_path2xml and xml2api_path mount-point-aware * Temporar fix in clixon_custom.h: XPATH_CANONICAL_SKIP_CHECK * `xml2xpath()`: Added `apostrophe` as 4th parameter, default 0 * removed extra assert.h includes
This commit is contained in:
parent
1e136bc9df
commit
da2edceb7e
37 changed files with 658 additions and 145 deletions
|
|
@ -55,12 +55,17 @@ Users may have to change how they access the system
|
|||
Developers may need to change their code
|
||||
|
||||
* C-API
|
||||
* `xml_diff`: removed 1st `yspec` parameter
|
||||
* `xml2xpath()`: Added `int apostrophe` as 4th parameter, default 0
|
||||
* This is for being able to choose single or double quote as xpath literal quotes
|
||||
* `clicon_msg_rcv`: Added `intr` parameter for interrupting on `^C` (default 0)
|
||||
* Renamed include file: `clixon_backend_handle.h`to `clixon_backend_client.h`
|
||||
* `candidate_commit()`: validate_level (added in 6.1) marked obsolete
|
||||
|
||||
### Minor features
|
||||
|
||||
* RFC 8528 YANG schema mount
|
||||
* Made cli/autocli mount-point-aware
|
||||
* Internal NETCONF (client <-> backend)
|
||||
* Ensure message-id increments
|
||||
* Separated rpc from notification socket in same session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue