libnetconf2
libnetconf2 copied to clipboard
C NETCONF library
Hello Netconf Team, I am getting below error from libnetconf2 in my application. Can someone please let me know what are the probable causes of this error ? Regrads Sagar
Hello, We want the netconf client to accept callhome from netconf server. This call home from netconf server will have same IP but different ports for each request. wanted to...
Hi Michal, My certificate file (server_chain.pem) of the callhome server contains 2 certificates: - the device certificate, which is issued by the intermediate CA - the intermediate CA certificate which...
I'm connecting with socket but i'm getting this error when connecting via ssh : server -s /home/yagmur/.ssh/id_rsa Using SSH! [ERR]: Failed to set hostkey "server_hostkey" (/home/yagmur/.ssh/id_rsa). Error while accepting a...
Hello, How to use a shared context in ac_accept_callhome()? When I create a ly_ctx with ly_ctx_new() and give it the following function: while(1) { nc_accept_callhome(10000, lyctx, &session) .... } It...
Hi, I follow the libnetconf2 installation steps, But when I run the python3 backend/, an error 'cannot find netconf2' $ git clone -b devel https://github.com/CESNET/libnetconf2 $ mkdir -p libnetconf2/build &&...
Hello, Is it possible to configure ssh-ed25519 host keys for the server as an alternative to RSA? I don't see this as one of the options in the union values...
Install libnetconf2 #cd .. #git clone https://github.com/CESNET/libnetconf2.git #cd libnetconf2 #mkdir build && cd build && cmake .. && make && make install ``` root@snsrl4:~/NetConfServer/libyang/sysrepo/libnetconf2/build# make Consolidate compiler generated dependencies of...
Hi, We are trying to migrate our CLI infrastructure from libnetconf to libnetconf2. We are getting following error, which I think is coming from libyang. "libnetconf ERROR: When condition is...
**I created a session using libssh, but sometimes it print this log, I SET the timeout is 100ms, the timeout is too small to lead this issue?** //log ``` Apr...