You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the tedious parts of writing IETF-linted YANG is to keep statements in the correct canonical order.
Add an option (-c/--canonical-order) that will sort certain statements into canonical order.
To begin with, this should only sort statements inside leaf/leaf-list blocks, but it will probably be expanded to sort certain statements inside all blocks, such as must and when.
The text was updated successfully, but these errors were encountered:
One of the tedious parts of writing IETF-linted YANG is to keep statements in the correct canonical order.
Add an option (
-c
/--canonical-order
) that will sort certain statements into canonical order.To begin with, this should only sort statements inside
leaf
/leaf-list
blocks, but it will probably be expanded to sort certain statements inside all blocks, such asmust
andwhen
.The text was updated successfully, but these errors were encountered: