devanathan-krishnan
devanathan-krishnan
Thanks for the response, Do you see any simple changes in libnetconf2 to achieve this?
Thanks for the feedback. In this particular case, the when statement in the yang seems to be causing issue in libyang2. But the server never complained about it. I shall...
> From client perspective, the netconf edit-config, get, get-config all seem to work normally even after the above error during nc_connect_ssh. Do you have idea on further implication of nc_ctx_load_module...
Hi, I made changes in yangs to overcome the module load error. All modules are loaded without error now. At this point when I try to change untagged port from...
After doing session = nc_connect_ssh(...) with the help of code unsigned int mod_index = 0; struct lys_module* lys_module = NULL; while ((lys_module = ly_ctx_get_module_iter(nc_session_get_ctx(session), &mod_index)) != NULL) { printf("lys_module %s...
I am not sure if I can share all the yang modules, Let me figure it out. In the meantime, Can you guide me on how to debug this further?....
Hi We are using v2.1.30. After working with gdb, I found the reason for error not getting printed and fixed it our code. Now, I am able to see the...
Looks like we are seeing different error in different scenario!. Here is the first error reported. libnetconf DEBUG: Received message: 2024-04-15T17:29:57Zadmin10127.0.0.1running/if:interfaces/if:interface[if:name="vlan3"]/dell-if:untagged-portsdelete/if:interfaces/if:interface[if:name="vlan4"]/dell-if:untagged-portscreate libnetconf ERROR: Predicate missing for leaf-list "untagged-ports" in path....
Thanks a lot for your assistance. Let me work with the yumapro server team further on this.