Dear,
I have the following YANG:
- Container A:
- Leaf B, range {0, 1}
- Container C [key leaf: D]
- Leaf D
- Container E [key leaf: F]
- Leaf F
- Leaf G
- Leaf H
I’m trying to make a MUST statement which allows B to be configured as 1 only when the same value of G and H is configured together across D (assuming that F has a unique G and H).
i.e.
I would appreciate if you can give any hints how to do it.