New clixon-autocli@2024-08-01.yang revision: Added disable operation for module rules

This commit is contained in:
Olof hagsand 2024-08-18 12:39:13 +02:00
parent b1a4656f72
commit 74e8934636
7 changed files with 44 additions and 298 deletions

View file

@ -1096,7 +1096,7 @@ xpath_traverse_canonical(xpath_tree *xs,
* Then incoming:
* xpath0: /x/c:y
* nsc0: NULL:"urn:example:a"; c:"urn:example:b"
* will be translated to:
* is translated to:
* xpath1: /a:x/b:y
* nsc1: a:"urn:example:a"; b:"urn:example:b"
* @code