mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:02:58 +00:00
isisd: save metric-style narrow
isisd defaults to wide metric style. So if narrow metric style is configured, a matching setting should be written to the configuration, allowing a narrow metric-style setting to be saved. Signed-off-by: Christian Franke <chris@opensourcerouting.org> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
de543de3d7
commit
f818c8f3fb
@ -2857,6 +2857,11 @@ isis_config_write (struct vty *vty)
|
||||
vty_out (vty, " metric-style transition%s", VTY_NEWLINE);
|
||||
write++;
|
||||
}
|
||||
else
|
||||
{
|
||||
vty_out (vty, " metric-style narrow%s", VTY_NEWLINE);
|
||||
write++;
|
||||
}
|
||||
/* ISIS - overload-bit */
|
||||
if (area->overload_bit)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user