libnetconf2 icon indicating copy to clipboard operation
libnetconf2 copied to clipboard

C NETCONF library

Results 144 libnetconf2 issues
Sort by recently updated
recently updated
newest added

I tried to build with the following *FLAGS to optimize the build: `-flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing`. I got this error when building the testsuite binaries: ``` ninja: Entering directory `/var/tmp/portage/net-libs/libnetconf2-3.0.8/work/libnetconf2-3.0.8_build'...

is:bug

Hi @michalvasko, I would need your support/advice in one situation. We are using below mentioned versions for Netconf server and Libnetconf2. libnetconf2 2.1.31 libyang 2.1.55 sysrepo 2.2.60 netopeer2-server 2.1.59 The...

Hello , I'm building the libnetcinf2 v3.0.17 library for netopeer2 but it`s failing. Could anyone help please. # CMAKE LOGS -- The C compiler identification is GNU 13.2.0 -- Detecting...

is:question

Hello, We have an issue with TIMEOUT on TLS after we send message with get for yanglib after 0.4 seconds (on SSH there is no timeout after 0.4 seconds) `Sending...

is:bug

Hi, I'm encountering an issue with nc_clb_default_get_schema when I set the format option to yang. It expects a prefix before the format name. I'm curious why the prefix is required,...

is:question

``` ssh_message_auth_password ssh_message_auth_pubkey ssh_message_auth_publickey_state ``` These calls should be refactored to use the callback-based implementations

is:enhancement

Hi Team, In libnetconf2 3.3.3 observe that the host key check callback api(nc_client_ssh_ch_set_auth_hostkey_check_clb) is not available. Any specific reason for this?

is:question

Hi Michal, we have built libssh with -DSHARED_LIBS=OFF for libssh 0.10.6, when we try to compile with same, [root@lpt-fhyz314 build]# cmake -DBUILD_SHARED_LIBS=OFF -DLIBSSH_LIBRARIES=/usr/local/lib64/libssh.a .. CMake Warning at CMakeLists.txt:178 (message): valgrind...

is:question

Hi, As part of standard Netconf capability exchange the following may get exchanged between the server and client - candidate, rollback-on-error, validate, etc. Is it possible to add custom defined...

is:question

We used the LDAP server user to login our NETCONF server, as you know, they authenticate by PAM. Previous we used the `libnetconf2` version `2.1.34` and works well. Now we...

is:question