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

Hi, I was looking at this project, as it is supposed to be a great NETCONF library. This is probably true, but when looking at it I realized it is...

Trying to build a deb package (ubuntu 18.04/20.04) for the devel branch but the new apkg distro/* files are missing for deb packages, are these available somewhere?

is:question

Hi Michal, For the TLS secure communication, NETCONF client MUST check the identity of server according to [RFC 7589](https://datatracker.ietf.org/doc/html/rfc7589#section-6). I found that libnetconf2 (Netopeer2-CLI) client is not behaving as it's...

is:enhancement
status:completed

Hello CESNET team. I'm hitting the following issue when trying to connect to confd-7.5.1 using netopeer2 and also from a simple client that uses libnetconf2. Any help is deeply appreciated....

After the call to nc_accept_callhome, I get the return as success. How do I get the hello capability list (module list) ?

is:question

Hi, I have this kind of program: ```cpp #include #include #include #include int main(int argc, char* argv[]) { auto sess = nc_connect_unix("/opt/cesnet/Netopeer2/netopeer2-server.sock", nullptr); auto rpc = nc_rpc_getdata("ietf-datastores:running", nullptr, nullptr, nullptr,...

Hi, I am successfully logging in to netopeer2 on using TLS: ``` 2021-08-27 15:09:48,702 (Slf4jLogConsumer.java:71) INFO : STDERR: [INF]: LN: Accepted a connection on 0.0.0.0:6513. 2021-08-27 15:09:48,703 (Slf4jLogConsumer.java:71) INFO :...

is:question

Hi I am using devel branch "81916c6 (HEAD -> devel, origin/devel) VERSION bump to version 2.0.8" for libnetconf2 "fd7603e4 (HEAD -> devel, origin/devel) VERSION bump to version 2.0.30" for libyang...

is:enhancement
status:completed

Hi, I am looking for a way to figure out that the call-home establishment failed because of authentication failure related to certificate in TLS mode. What I see is I...

is:question

we program the call home server based on libnetconf2, then set accepted Call Home SSH authentication method is publickey(publickey, password, interactive are supported by default). nc_server_ssh_ch_client_endpt_set_auth_methods(CALL_HOME_CLIENT_NAME, CALL_HOME_CLIENT_ENDPT, NC_SSH_AUTH_PUBLICKEY ); I...

is:question