Michal Vasko
Michal Vasko
In your code you are using the same XPath for every `lyd_eval_xpath()` call so no wonder the result is always the same. I am still not certain what exactly you...
Yes, the type structures are being shared and it confuses valgrind. Once the context is destroyed, no data are leaked.
It seems the default XML namespace is used for identityref values without prefixes. I am not exactly sure why we implemented it this way (probably seemed most XML-like) but I...
> There is an env defined in cmake for the same SYSREPOCFG_EXECUTABLE and SYSREPOCTL_EXECUTABLE They are used only for setup scripts, nothing else, so I do not think this is...
Write scripts that will first set those variables correctly and only then run `sysrepocfg`, I really do not know what to tell you.
I cannot help then, this feature was intended mostly for tests or similar use-cases, it is not meant for normal usage when a single global *sysrepo* "instance" is expected.
Not sure what you mean by "clients" but I can only think of NETCONF clients. Each has their own session, which is printed at the beginning of the message if...
No, it is not possible to change logging in any way. But like I said, you can use sessions, every NETCONF client has its own session.
No, an empty value is not valid as an XPath expression. XPath 1.0 ABNF requires the expression not to be empty.
The code for recovery looks okay so I think I will need more information, ideally an example for reproducing the issue before I can help you.