netopeer2
netopeer2 copied to clipboard
NETCONF toolset
Hi, We had one query related to the netconf sessions. If any netconf client does "connect" to the netconf server, is there a way that the netopeer2-server can inform some...
To debug the issue of some RPC Failures, we want to enable traces inside netopeer2. Are there some set of APIs which can be called from the main thread to...
Hi michalvasko, After successful TLS handshake and secure channel establishment, server sends hello message. I think 'truststore' and 'keystore' capabilities are missing in the hello message from server side. Shouldn't...
Hi michalvasko, Netopeer2 CLI 2.0.62 netopeer2-server 1.1.70 libsysrepo v1.4.122 ########### netopeer cli LOGS ``` > user-rpc –rpc-timeout 10 ERROR type: application tag: operation-failed severity: error message: Callback event "rpc" with...
Hi, In `netopeer2` source code, there are many `lyd_find_path()` usages where its return value is not checked but output `node` variable is checked against NULL. For instance (`np2srv_rpc_commit_cb()` of `src/netconf_confirmed_commit.c`),...
Hi, sysrepoctl - sysrepo YANG schema manipulation tool, compiled with libsysrepo v1.4.147 (SO v5.6.63) netopeer2-server 1.1.77 We are seeing following error in subscribe call: ``` application operation-failed error Invalid argument...
Hi, We are observing following assertion in netopeer2-server code. Mostly this happened on a "get" call from the client. Can you please help us find fix for this. "netopeer2-server|INFO ""LY""...
Hello! Whether action type nodes support? eg: action reset{ description "Reset."; } If yes, how can I register the corresponding callback function?
Hi , As per the clarification provide in issue #1125, I understood that that Recovery session is possible via SSH session. The new question is does Netopeer2 support Recovery session...
When the O-RU completes the software download or software download fails, the O-RU shall send NETCONF download-event notification with one of the following statuses: a) COMPLETED b) AUTHENTICATION_ERROR - source...