mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 16:26:10 +00:00
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:
parent
586d378603
commit
db45036897
@ -737,13 +737,6 @@ module frr-isisd {
|
|||||||
"Area-tag associated to this circuit.";
|
"Area-tag associated to this circuit.";
|
||||||
}
|
}
|
||||||
|
|
||||||
leaf circuit-type {
|
|
||||||
type level;
|
|
||||||
default "level-1-2";
|
|
||||||
description
|
|
||||||
"IS-type of this circuit.";
|
|
||||||
}
|
|
||||||
|
|
||||||
leaf ipv4-routing {
|
leaf ipv4-routing {
|
||||||
type boolean;
|
type boolean;
|
||||||
default "false";
|
default "false";
|
||||||
@ -758,6 +751,13 @@ module frr-isisd {
|
|||||||
"Routing IS-IS IPv6 traffic over this circuit.";
|
"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 {
|
container csnp-interval {
|
||||||
description
|
description
|
||||||
"Complete Sequence Number PDU (CSNP) generation interval.";
|
"Complete Sequence Number PDU (CSNP) generation interval.";
|
||||||
|
Loading…
Reference in New Issue
Block a user