@cohult @waitai
With reference to “How to add the support of the get_object() callback to the 5-c_stats example?”,
Would like to know the confd trace pattern in terms of get_object & get_next callback registration for below yang hierarchy. How many get_object & get_next involved & for which hierarchy get_object will be invoked. It will be helpful, if you explain with the example & traces.
Container A
|- List A-A
|- List A-B
|- List A-C
|- Sub-Container C-B (sub container of List A-C)
|- Leaf B-A
|- List B-B
|- Sub-Container C (sub container of sub container's C-B)
|- Leaf C-A
|- Leaf C-B