awesomenode
awesomenode
Hi, I encountered performance regression with libyang2/sysrepo2 compared to libyang1 using union operator. I attached an example application to reproduce these cases: [reprod.zip](https://github.com/sysrepo/sysrepo/files/7418892/reprod.zip) **libyang1:** ``` $ ./prepare.sh ... $ ./subscribe...
Hi, I tested the get operation performance on libyang2 branch according to this old issue: https://github.com/sysrepo/sysrepo/issues/1981 Altough I experienced a huge speed improvement on libyang devel version since the issue...
Hi! I accidentally changed the order of the filter nodes when retrieving a list with a `` operation, and netopeer2 crashed. For example, using the test schema I've attached, the...
Hi! I've noticed when checking different XPath filters, that the current() function behaves differently when using `` and ``. For example: ``` ``` Returns: ``` cat 4 ``` Meanwhile, using...
Hi! I've noticed recently that netopeer2 handles XPaths differently than netopeer1. For example, the following get: ``` ``` Will result in: ``` 2.0 -5.0 ``` Meanwhile using libyang1 it returned...
Hi! Occasionally when calling sr_get_items(), I get the following error: ```parser_lyb.c:143: lyb_read: Assertion `lybctx->siblings[u].written siblings: ``` (gdb) print lybctx->siblings[0] $2 = {written = 18446744073709505633, position = 0, inner_chunks = 50}...
Hi, I have multiple applications handling pushed operational data in a yang module. With latest sysrepo version the function `sr_discard_items()` can be used to remove pushed operational data, but only...
Hi! I've created a minimalistic netconf server using libnetconf2, and when I tried to connect to it using ncclient, it threw a segfault. **Python commands:** ``` from ncclient import manager...
Hi, When I list modules in ietf-yang-library, there is an internal module named "yang". I would like to hide it from the list, is there a way to achieve it?...
Hi! I've noticed when installing a YANG module with a specific pattern to sysrepo, it broke the context. Any further sysrepoctl command failed with: > [ERR] Invalid identifier first character...