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>
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)
{