Hi all , I have the following yang template
[...]
augment "/timer-counters" {
container reserved-timers {
leaf reserved-timer-count {
default 10;
}
[...]
}
}
Say I have now changed the value of “reserved-timer-count” and then I disable the “timer-counters” subpart of the yang models using : no timer-counters, the value of “reserved-timer-count” is reset back to the default by confd.
This is something I would like to avoid. Is it possible? Is it additionally possible to disable it only for this specific subpart of the yang model ?
Thank you in advance for your help!
) → has the default value of 10 coming from your “deletion/reset”.