libnetconf2
libnetconf2 copied to clipboard
C NETCONF library
Hi, is there any example code available to start with simple Server implementation with get-config without need of storing in DB instead it will be in memory? Br Rohit
libyang 1.0.176 libnetconf2 1.1.26 netopeer2 1.1.34 tls callhome try reconnect, crash (gdb) bt #0 __strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:62 #1 0x00007fd0426dccd3 in lydict_insert_zc (ctx=0x55a5b8313480, value=0x624996ba67ed9f00 ) at /vagrant_data/tmp/libyang-1.0.176/src/hash_table.c:298 #2 0x00007fd04249e5c4 in...
i read release note libnetonf2 v1.1.26 depends on libyang v1.0.167 netopeer2 v1.1.39 depends on libyang v1.0.184 libnetconf2 v1.1.26 sysrepo v1.4.70
Hi, Is it possible create custom error message content. Is there a some call back which I can register to my function for error construction. I need to construct an...
Hello, Trying to change the mode of authentication from password to public-key. Have couple of questions related to registering keys and parsing keys. Below commands used to generate 'keypairs and...
Hello Michal, issuse #230 ( [how to parse NETCONF server reply?](https://github.com/CESNET/libnetconf2/issues/230) ) described the situation with receiving and parsing NETCONF server reply, then it was determined that the messages did...
Hi I have a netconf2(1.1.7) server with ssh-0.9.0, the client has connected to server, but the ssh sessions are still established when the client application has restarted. I setup 4...
Hi I try to build libnetconf2-1.1.7 with libssh-0.9.3, and patched the T211, but found out, the connection from client will be disconnected after 20 seconds. ``` ERR("Session %u: receive rpc...
Hi, What I am trying to do is application can send notification at any time while the client also can send edit-config anytime. If the application is bombarding with notification,...
https://github.com/CESNET/libnetconf2/blob/a7c8a81988adc9e1be7491788a67b71542a06116/src/session_server_ssh.c#L69 how do we import prikey file for the PKCS#8 format? for examples ``` PKCS#5 plain private key -----BEGIN RSA PRIVATE KEY----- MIIBOwIBAAJBANxtmQ1Kccdp7HBNt8zgTai48Vv617bj4SnhkcMN99sCQ2Naj/sp ... (snip) ... NiCYNLiCawBbpZnYw/ztPVACK4EwOpUy+u19cMB0JA== -----END RSA PRIVATE...