I defined a grouping which has a leaf with mandatory property set to false. But in some cases, I would like to use this grouping and specify that the leaf should be mandatory. How do I achieve this in YANG?
How to refine the mandatory property of nodes from a grouping in YANG language?
2.1k views Asked by HAO At
1
You would use the
refine
statement when specifying a use of your grouping.