samba2127
samba2127
i have created as library and i am able to execute the code . But getting the following error [ERR]: NP: Module "ietf-netconf" feature "writable-running" not enabled in sysrepo. [ERR]:...
In my box will not work setup.sh. Could you please explain to me reason of the following error Module "ietf-netconf" feature "writable-running" not enabled in sysrepo. Could you please let...
Hi Michalvasko, I was trying in ubuntu-pc . getting "[ERR]: NP: Module "ietf-netconf" feature "writable-running" not enabled in sysrepo." error in message. Getting the same error even after executing "ldconfig"...
Hi Roman, I am using the netopeer2 version 2.2.13. Is this same version you are using? If not please let me know, I will also use the same version which...
Thanks Roman janota Yes this issue is resolved with devel branch . ________________________________ From: Roman Janota ***@***.***> Sent: Monday, March 25, 2024 3:44:31 PM To: CESNET/netopeer2 Cc: Samba Siva Reddy;...
In my box multiple interfaces are running . I want to make it run and listen on particular interface. How can i do this instead of default local host to...
Thanks Michalvasko. I want to make changes in the code itself. Where can we make and server listen on the particular interface. what is the use of netopeer2-server.sock?
Hi Michal, Here code is failing . what could be the reason. printf("nc_server_config_fill_netconf_server entry \n"); ret = lyd_find_path(data, "/ietf-netconf-server:netconf-server", 0, &tree); if (ret || (tree->flags & LYD_DEFAULT)) { /* not...
Hi Michal, I did not any code changes. I used only Netconftaskmain function instead of main. Remaining code will be same and sysrepo path changed. if i use unix socket...
Hi , How to make config to true through netopeer2-cli . ``` container stats { config false; leaf counter { type uint64; } leaf counter2 { type uint64; } }...