Brett Bergquist

Results 8 comments of Brett Bergquist

I have reproduced the same issue with locally built netopeer2-server and sysrepo and the `oper_data_pull_example` The `netopeer2-cli` request ``` > get --filter-xpath /examples:stats/counter2 DATA 1052 > ``` The `netopeer2-server` debug...

I think the issue is here in `netconf.c` ``` for (i = 0; i < filter->count; ++i) { if (np2srv_get_first_ns(filter->filters[i].str, &start, &len)) { /* not the simple format, use it...

This is likely related to the change for this bug https://github.com/sysrepo/sysrepo/issues/2231? I guess I don't understand the kind of filter expression that would end up calling this code ``` /*...

I am in a dilemma. I need Netopeer2 2.x for the confirmed commit capability that was added but I cannot readily change the Netconf client to use two calls of...

I will check and see about rewriting the recipe to use git instead of a tarball. That repository has no releases and no tarballs that I can see.

A second test I did is this. I stop the netopeer2-server. I then did `rm -rf /dev/shm/sr_*` and tried the exact same sequence of steps and this time the configuration...

I will try to get a small reproducable case. Of course like everything there are issues: * this is on an embedded device * the device is being configured by...