mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 14:42:06 +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.";
|
||||
}
|
||||
|
||||
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.";
|
||||
|
Loading…
Reference in New Issue
Block a user