libnetconf2
libnetconf2 copied to clipboard
C NETCONF library
Hello, I am using libnetconf2 version 1.1.26 and see that valgrind (memcheck tool) reports quite a lot of memory leaks as indirectly lost. Here is a stack trace of one...
how can achieve and configure , so that netconf_server should send callhome request with periodically , instead of sending continuously . need some guidance for reconnect stragey on netconf server...
hi , client application should bind and listen to three different ip , and should establish the callhome connection with three different netconf server. current libnetconf2 api [nc_client_ssh_ch_add_bind_listen() api will...
Hello. I have Fedora linux x64 and libssh-0.9.6-1 libyang-2.0.112 libnetconf2-2.0.24 My program do nc_connect_ssh(by pass) and next nc_session_free(). While closing successful connection, i get pause for ~15s and errors after:...
We are using ietf-access-control-list module, we met a problem when we upgrade libnetconf to version2. Yang schema link : https://datatracker.ietf.org/doc/html/rfc8519 ``` module: ietf-access-control-list +--rw acls +--rw acl* [name] | +--rw...
Hello, Is it possible to backport the message concurrency [data race fix](https://github.com/CESNET/libnetconf2/commit/54f142a494cb896a925fa8508d1ef29ad82d0486#diff-903594ebdb0bcfef6fce31cb6bab71a459111a1f1adcddb3e79fdf2cb44c0e6b) made in v2.0.17 to v1.1.26. We are using v1.1.26 version of libnetconf2 and would like get a fix...
The commit message and PR description needs to be updated first.
Hi, In the libnetconf2 document, we can see that the client support three types of authentications: 1. public-key, 2. password, 3. interactive. Does libnetconf2 support client authentication based on ssh...
Hi , i am new to libyang and libnetconf library. my requirement is to build the XML filter (XML subtree) from given yang module and provide that as input to...
Hi @michalvasko, as we have currently ::: **nt nc_accept_callhome (int timeout, struct ly_ctx * ctx, struct nc_session ** session )** returns 1 on success, 0 on timeout, -1 on error....