libnetconf2
libnetconf2 copied to clipboard
C NETCONF library
Sending edit config rpc fails with LY: Print error (No such file or directory). This happens in flow nc_send_rpc->nc_write_msg_io->lyd_print_clb(). Can you provide info on how to resolve this isssue. lnc2_print_clb():nc...
I am trying to cross compile libssh on x86 for 32 bit-ARM board. i am able to compile and build openssl but libssh compilation is giving some errors:: while running...
In my environment, call home failed because of network problem. Following log is printed repeatedly. Jan 3 12:22:12 localhost netopeer2-server[9606]: Could not set TCP_NODELAY socket option (Bad file descriptor). Jan...
One sample application I have written to test ssh,with the help below API/callback but when tried to connect through netopper-cli connect timeout is happening Error:[root@clab601node01 build]# ./netopeer2-cli > connect nc...
hi: We met a problem about netopeer2 recently. When the system is busy, netopeer2 maybe print "Call Home thread failed to wake up in a timely manner". Then after the...
After configuring the library with the -DENABLE_PYTHON option, `make` generates `python` folder in the `build` folder, but `make install` does not install the python library. After some trial and error,...
Hi, We run agains a server using libnetconf2. When set to use the NETCONF 1.0 capability for the client it works like a charm. ```2020-10-21 16:25:54,819 (AbstractTransport.java:327) DEBUG : Hello...
make test returned the following errors in the process of building libnetconf2. How can I fix these errors. The following tests FAILED: 7 - test_server_thread (Failed) 18 - test_server_thread_valgrind (Failed)...
I encountered the following issues when I did cmake for compiling libnetconf2 but I had successfully compiled libssh and libssh.h is present at usr/local/include/libssh/libssh.h -- LIBSSH_VERSION_MAJOR not found in /usr/local/include/libssh/libssh.h,...
Hi, I am facing issues upon issuing the command **cmake -D CMAKE_BUILD_TYPE:String="Release" ..** in the build folder created after extracting libnetconf2. The Error is as below: -- OPENSSL found, required...