Added prefix parsing of xpath, allowing eg /p:x/p:y, but prefix ignored.

This commit is contained in:
Olof hagsand 2017-07-28 16:28:39 +02:00
parent 99f82c5fa1
commit 9ab46e21d2
3 changed files with 48 additions and 28 deletions

View file

@ -86,6 +86,7 @@ If you submit "nopresence" without a leaf, it will automatically be removed:
* You need to define state data in a backend callback. See the example and documentation for more details.
### Minor changes:
* Added prefix parsing of xpath, allowing eg /p:x/p:y, but prefix ignored.
* Corrected Yang union CLI generation and type validation. Recursive unions did not work.
* Corrected Yang pattern type escaping problem, ie '\.' did not work properly. This requires update of cligen as well.
* Compliance with RFC: Rename yang xpath to schema_nodeid and syntaxnode to datanode.