masif-cs

Results 23 comments of masif-cs
trafficstars

I am aware of lyd_path which will give xpath of each node. But how we can get xpath with all keys populated and value of that xpath?

Thanks @michalvasko . I tried and it is working fine for generic RPC. But for get-config RPC, it is having a data node() on top of the yang nodes. So...

Hi, Could anyone please comment on this.

I think you need to build libnetconf with TLS option, something like below: cmake -DENABLE_TLS=ON -DENABLE_SSH=ON -DCMAKE_BUILD_TYPE=Release And normally I use full command because it needs certificates like below: listen...

@michalvasko Could you please help here.

Hi @michalvasko , I am not facing problem related to establishing connection over TLS properly. But I want to handle one use case where certificates are not correct/invalid. So I...

I am using netopeer2 version 2.0.25. I was not able to collect logs on server side when this issue happened. This issue is happening intermittently.

Hi @michalvasko , I got below logs at client: Tag: operation-failed Type: application Severity: error Message: Callback event "rpc" with ID 2 processing timed out." And below logs at server:...

Hi @michalvasko , Yeah I know it is a CLI and it is not a problem. Actually I am writing my own Client application. Just wanted to ask if we...