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 <dturlupov@factor-ts.ru>
This commit is contained in:
Dmitrii Turlupov 2019-03-27 15:27:36 +03:00 committed by Renato Westphal
parent 586d378603
commit db45036897

View File

@ -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.";