masif-cs

Results 7 issues of masif-cs

Hi, I am trying to convert the RPC Reply and Notification XML received from netopeer-cli to XPATH. I have converted the struct lyd_node *op, received in nc_recv_reply to XML using...

is:question

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...

is:question

Hi, I am looking for a way to figure out that the call-home establishment failed because of authentication failure related to certificate in TLS mode. What I see is I...

is:question

Hi, What I am trying to do is application can send notification at any time while the client also can send edit-config anytime. If the application is bombarding with notification,...

Hi, I am compiling libnetconf2, but I dont want to make install all depenedent libraries like cmocka, libssh, openssl etc. What I am trying it cmake and make of dependent...

Hi, I have a yang model which has a leafref parameter as shown below ``` leaf rw-duplex-scheme { type leafref { path "/user-plane-configuration/tx-array-carriers[name=current()/../name]" + "/duplex-scheme"; require-instance false; } description "Config...

Hi, I am writing a script to process pyang tree output. I am not able to derive the DataType of LeafRef node. By LeaftRef I mean the following: +--ro contains-child*...

enhancement