libnetconf2
libnetconf2 copied to clipboard
C NETCONF library
one yang include an other yang, ODL can not load include yang? device return capbilities have no include yang ```yang module openconfig-aaa { include openconfig-aaa-tacacs; include openconfig-aaa-radius; } ``` Unable...
Hi, is there a way to use nc_ps_poll but without immediately writing data to the client. For instance if the data is not instantly available ? Can a session be...
I have setup a callhome session, if i can setup another new session with nc_connect_ssh_channel on this session?
I'm currently migrating a project from libnetconf to libnetconf2. In libnetconf the function nc_session_accept_libssh_channel was capable of starting a netconf session with an authenticated libssh ssh channel. This seems to...
Hi, Trying to build under macOS Sierra 10.12.6, tried master & the macosx branch, both failed, please help. Thanks David ======= -- Found Threads: TRUE -- Looking for pthread_spin_lock --...
Hi , I observed crash in netopeer-server2 . setup details : 1) libnetconf2-0.11-r1 2) Netopeer2-0.5-r1 3) sysrepo-0.7.4/ backtrace : gdb) bt #0 0x00007f4a241a32b0 in nc_session_free (session=0x7f4a140033c0, data_free=0x407bff ) at /home/test/libnetconf2-0.11-r1/src/session.c:713...
Is anybody using this or can provide an example of how to use? Or tell me if I'm using it inappropriately. I am trying to establish a NETCONF session between...
Hi michalvasko, Can you merge change "server session FEATURE allow to define an SSH passwd auth callback" to master? We will use this function. Thanks, Dongyang
Hi, This requirement is for asynchronous mode support for NETCONF session, now, client must wait for the previous response before sending a new request in one session. (the new request...
Client side is able to get schemas in different ways: 1. via get-schema from the server 2. from a local directory 3. via callback (#27) It would be usefult to...