Here I have changed in path into ip in place of gw(gateway).
During the time of execution, there is no response for few moments later an error encountered as displayed below.
your modified code in there tries to modify “ip” leaf
ConfD tries to invoke to modify the “ip”, which invokes hook code
Python daemon with set-hook callback is blocked by still processing 1)…
which leads to deadlock, and subsequently timeout…
Are you sure you want to modify “ip” when processing “ip”? This feels like wrong mapping of data. Maybe if you specify why you need different value (use-case), we may identify proper approach -> it feels strange to do something else on direct CDB data when what users tells CLI to do…