I have two CLIs and I have this below requirement.
If #1 is configured first, then #2 config is NOT allowed. If #2 is configured first, then #1 config is allowed.
I have tried using must, but that makes them mutually exclusive. How do I implement this ordering in Yang?
Thanks