Is it possible to disable validation/subscription phase on runtime

Hi All,

Is it possible to disable validation and subscription phase for specific yang leaves for sometime (during runtime)

container-A
: leaf-a
: leaf-b

Here my requirement is to have validation/subscription phase when user uses confd CLI

And, when leaf-a and leaf-b set/delete triggered from backend (not from user) skip validation/transhook phases

If this is possible, please suggest me approach.

Regards,
Chandrakanth S.

Not possible. You need to check if the change was done by the “backend” in your validation, hook, and subscriber code.

Thank you Cohult for confirming the behavior.