libnetconf2
libnetconf2 copied to clipboard
C NETCONF library
It is possible for server to modify its supported schemas ([YANG 1.1 RFC](https://tools.ietf.org/html/rfc7950#section-5.6.4)) and the client may also want to support the new context. *libnetconf2* does not allow this currently....
Hi, I want to compile libnetconf2 on macos using following command. ``` cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DOPENSSL_LIBRARIES=/usr/local/opt/openssl/lib .. make ``` CMake can be done with waring CMP0042. But when I try to...
while compiling the libnetconf2 getting below error: CMake Error at /usr/local/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:148 (message): Could NOT find LibPAM (missing: LIBPAM_LIBRARIES LIBPAM_INCLUDE_DIRS) We know that the package libPAM is missing in our setup....
Hi! I am using version 2.0.24 and I noticed that, during client's get-schema, there is no message received in the callback set with nc_set_print_clb_session() function, but checking the logs from...
Hi there, We are using libnetconf2 Client library to develop automation test for schema mount feature. - libyang-2.1.128 - libnetconf2-2.1.37 It seems libnetconf2 has the framework in place to support...
Hi! I've created a minimalistic netconf server using libnetconf2, and when I tried to connect to it using ncclient, it threw a segfault. **Python commands:** ``` from ncclient import manager...
I have sometimes noticed that my netconf client asserts while shutting down. I can see the below backtrace everytime this issue is observed, Can some compile optimization be done at...
Hi there, thank you for the amazing library. I'm packaging the Netopeer2 suite in Nixpkgs/NixOS and I realized there were two hidden dependencies: PCRE2 (from libyang) and libxcrypt (for `crypt.h`)....
I found that the parameter setting value in the file(session_p.h) is 5. What is the reason for this? Will there be any problems if a large number of devices are...
Hi Team, We are testing TLS callhome feature with netopeer2-server 2.1.42 & netopeer2-cli 2.0.68. While pushing tls_listen we are facing issue as below [INF]: LN: Listening on 0.0.0.0:6513 for TLS...