From db450368970568e9590c59cfcfa07b5e80902ecc Mon Sep 17 00:00:00 2001 From: Dmitrii Turlupov Date: Wed, 27 Mar 2019 15:27:36 +0300 Subject: [PATCH] yang: priority of isis commands in interface configuration Move down the "circuit-type" leaf in the isisd YANG module so that "ip[v6] router isis" will be the first commands displayed in the running configuration. Fixes #4028. Signed-off-by: Dmitrii Turlupov --- yang/frr-isisd.yang | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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.";