* [Delete and show config are oblivious to the leaf value #157](https://github.com/clicon/clixon/issues/157)
* Added equality of values necessary condition in edit-config delete/remove of leafs
This commit is contained in:
parent
8bc81a8e42
commit
2b820e153a
7 changed files with 38 additions and 16 deletions
|
|
@ -1135,6 +1135,7 @@ xml_sort_verify(cxobj *x0,
|
|||
* @retval 0 OK
|
||||
* @retval -1 Error
|
||||
* @note only handles first match
|
||||
* @see xml_cmp regarding what "match" means in this context (model-match not value-match)
|
||||
*/
|
||||
int
|
||||
match_base_child(cxobj *x0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue