libnetconf2 icon indicating copy to clipboard operation
libnetconf2 copied to clipboard

C NETCONF library

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

Please implement a Homebrew tap for installing libnetconf! I would like to get libnetconf2 on my Mac and would prefer if I could do that in a convenient manner through...

is:question

I've trying to compile libnetconf2 for ARM I've installed the toolkit and set the Compilers as:: export CC=/home/labadmin/rohit/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc export CXX=/home/labadmin/rohit/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-c++ and exported the path :: export PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/home/labadmin/rohit/openssl-1.1.1c:/usr/local/openssl:/usr/local/lib:/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/bin" now libssl.so.1.1 is...

is:question

I'm on the latest `devel` of everything, plus #388: ``` 10/13 Test #8: test_pam .........................Subprocess aborted***Exception: 0.10 sec [INF]: Listening on 0.0.0.0:6002 for SSH connections. [INF]: Trying to connect via...

is:bug
status:completed

Hello Michal! i am trying to make a client netconf session for cisco xrv9k v7.6.1 using `nc_connect_ssh(host,830,ctx);` this set of models is used: [github.com/YangModels/yang/tree/main/vendor/cisco/xr/761](https://github.com/YangModels/yang/tree/main/vendor/cisco/xr/761) some models are received using ``....

is:bug
status:invalid

## CI: stick with libssh-0.7 only on older Ubuntu releases We cannot stay on the 0.7 branch of libssh indefinitely. The CMake code blacklists 0.9.3 and 0.9.4, which means that...

Hello I´d like to extend oven example to send notification with values, as an exercise/tutorial. The notification is called "oven-new-config" and will be sent whenever the oven receives a new...

is:question

Hi, I'm part of a research group as PhD candidate in which we use libnetconf2 as a NETCONF implementation for SDN virtual environments. We are in the early stages of...

is:question

I came across an issue where one of the netconf-server return a capability message for yang-library support as follows, > urn:ietf:params:xml:ns:yang:ietf-yang-library?module=ietf-yang-library&revision=2016-06-21 So my netconf-client was not able to retrieve the...

is:enhancement
status:invalid

https://netopeer.liberouter.org/doc/libnetconf2/devel/html/group__client__session.html#ga3cfe333eeb6dea6fa85d0a9794ab7d7a Hi, I have a couple of questions about the nc_recv_reply API: 1) In nc_recv_reply(), what is the "envp" argument? I'm not sure that I understand what is meant by...

is:question

Hi, I have a couple of questions. Is the nc_notif structure no longer used in libnetconf2 v2.x ? Is there a transition manual to v2.x available, similar to what was...

is:question