mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 09:46:54 +00:00
Merge pull request #6061 from volta-networks/fix_isis_show_metric
isisd: fix vty show isis metric
This commit is contained in:
commit
dd0271b583
@ -1398,8 +1398,8 @@ void cli_show_ip_isis_metric(struct vty *vty, struct lyd_node *dnode,
|
|||||||
if (strmatch(l1, l2))
|
if (strmatch(l1, l2))
|
||||||
vty_out(vty, " isis metric %s\n", l1);
|
vty_out(vty, " isis metric %s\n", l1);
|
||||||
else {
|
else {
|
||||||
vty_out(vty, " isis metric %s level-1\n", l1);
|
vty_out(vty, " isis metric level-1 %s\n", l1);
|
||||||
vty_out(vty, " isis metric %s level-2\n", l2);
|
vty_out(vty, " isis metric level-2 %s\n", l2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user