rabhat31
rabhat31
https://netopeer.liberouter.org/doc/libnetconf2/devel/html/group__client__session.html#ga3cfe333eeb6dea6fa85d0a9794ab7d7a Hi, I have a couple of questions about the nc_recv_reply API: 1) In nc_recv_reply(), what is the "envp" argument? I'm not sure that I understand what is meant by...
Hi, I have a couple of questions. Is the nc_notif structure no longer used in libnetconf2 v2.x ? Is there a transition manual to v2.x available, similar to what was...
Hi, There seems to be a memory leak in nc_connect_ssh. I ran our application over a few days with valgrind enabled and I see this error show up in the...
Hi, I'm running into a weird issue with parsing XMLs under certain conditions. 1. Create a context and load the models "Cisco-IOS-XE-native" and "Cisco-IOS-XE-mdt-cfg". 2. Parse an XML into the...
Hi, I'm running into some peculiar behavior with lyd_validate_all() and I just wanted to check whether this was expected or not. 1) Create a tree where one of the leafs...
Hi, I have a question about how to parse an and traverse the resulting lyd_node. I have an rpc: ``` 1/0/5 ``` And the resulting ``` 1/0/5 multi-auth true ```...