diff --git a/yang/frr-isisd.yang b/yang/frr-isisd.yang index 32b4d3acf6..ad8ef4e290 100644 --- a/yang/frr-isisd.yang +++ b/yang/frr-isisd.yang @@ -737,13 +737,6 @@ module frr-isisd { "Area-tag associated to this circuit."; } - leaf circuit-type { - type level; - default "level-1-2"; - description - "IS-type of this circuit."; - } - leaf ipv4-routing { type boolean; default "false"; @@ -758,6 +751,13 @@ module frr-isisd { "Routing IS-IS IPv6 traffic over this circuit."; } + leaf circuit-type { + type level; + default "level-1-2"; + description + "IS-type of this circuit."; + } + container csnp-interval { description "Complete Sequence Number PDU (CSNP) generation interval.";