libnetconf2
libnetconf2 copied to clipboard
C NETCONF library
I have updated libnetconf2 and libyang to latest tag and linked it to my netconf client app. The netopeer2 server side is still on 2.1.49 and sysrepo v2.2.36 and compatible...
Hi Michal, We observed a one-time crash while testing frequent reboots of the netconf server. At each restart, the client reconnects and tries to check session capabilities, but the Netconf...
Versions: - netopeer2-2.2.13 - sysrepo-2.2.150 - libnetconf2-3.0.11.devel - libyang-2.1.148 - libssh-0.10.5 When performing strict validation with module [ieee802-dot1x](https://www.yangcatalog.org/all_modules/[email protected]) part of the Datastore, the validation failed with following error: - Unexpected...
The client application is encountering an ASSERT failure within the libnetconf2 library, specifically in nc_session_client_msgs_unlock. Sequence of Events Leading to Crash: 1.Normal Operation: The client application's NETCONF connection is initially...
In our system we got a crash using latest netopeer2 server (v2.7.0), libnetconf2 (v4.1.2) and the rest of the companion libs). I localized the crash to src/server_config.c in libnetconf2. Dec...
Hi, Used versions: libnetconf2-3.7.10 libssh-0.10.5 netopeer2-2.4.5 sysrepo-3.7.11 libyang-3.13.6 I have a question about the banner leaf used in the callhome over ssh: https://github.com/CESNET/libnetconf2/blob/v3.7.10/modules/libnetconf2-netconf-server%402025-06-02.yang#L284 In the .yang it says the max...
Hello ! I'm using versions: _netopeer2-2.2.35 sysrepo-3.3.10 libnetconf2-3.5.5 libyang-3.7.8_ It seems I sporadically encounter an error with this message: **[ERR]: LN: Session 1: Failed to write reply (would block)** Note...
When I tried to do `lyd_new_any` to create reply for an rpc, with name `"data"`, I got this error: > `libyang[0]: Any node "data" not found.`
Hi, I am currently using `config.json` provided in the examples directory to run the server using SSH, what changes should be made in `config.json` to run the server using TLS.
``` ➜ build git:(master) cmake .. -- The C compiler identification is Clang 19.1.7 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check...