netopeer2
netopeer2 copied to clipboard
NETCONF toolset
Hi, Environment Version: libyang1 The following problems occasionally occur after a long run. ``` root@OpenWrt:~# cat /tmp/log/netopeer2-server.log [INF]: LY: Plugin "/usr/lib/libyang1/extensions/yangdata.so" successfully loaded. [INF]: LY: Plugin "/usr/lib/libyang1/extensions/nacm.so" successfully loaded. [INF]:...
Can netopeer2 be natively configured to listen in a VRF? (That is to bind it's listening socket to a VRF device) https://stackoverflow.com/questions/30207581/is-there-a-way-to-set-a-socket-option-to-indicate-which-vrf-to-use https://manpages.debian.org/testing/iproute2/ip-vrf.8.en.html
Hi, I'm observing edit-config RPC failure due to timeout. This issue is observed occasionally. Below are the logs observed at the netopeer client and server respectively: Logs at Netopeer client:...
Hi, I see that sometime my netconf edit-config rpc fails with below error: Type: application Tag: operation-failed Severity: error Even though the XML input to RPC remains same. Could you...
Hi @michalvasko I am working on an application that contains this function `sr_session_get_event_nc_id ()` but the issue is this function is not compatible with the sysrepo version I am having...
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 All I am facing one issue while connecting netopeer2-cli with netopeer2-server below is error > connect --host 192.168.23.30 --login root nc ERROR: Unable to connect to 192.168.23.30 (Connection refused)....
Hello, if I want to delete the data of a node, how should the code be implemented.
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...
The commit message and PR description needs to be updated first.