awesomenode
awesomenode
Sorry, it was a typo. The proper `` XML was meant to be: ``` ds:running /t:basics/t:animals[species=current()/t:text] ``` So, the same xpath-filter as ``, and it returns the empty data just...
I managed to find the root cause, the lyb file is written and read at the same time by `sr_get_items` and `sr_apply_changes` functions. I attached an application to reproduce it:...
Thanks, it's working now!
I tried it with the latest sysrepo, but still no data returned. Server print said: > LY: Parsing opaque list node "l1" with missing/invalid keys.
If I understand the RFC correctly, in case the config looks like this: ``` A id3 test1 B id2 test2 C id3 test3 ``` And I do a get like...
Thanks for making it clear!