mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 06:59:21 +00:00
isisd: fix display of the "isis bfd" command
We need to indent this command using one leading whitespace otherwise vtysh will have problems to display it appropriately. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
9a48b3afad
commit
def117f732
@ -363,7 +363,7 @@ void cli_show_ip_isis_bfd_monitoring(struct vty *vty, struct lyd_node *dnode,
|
||||
if (!yang_dnode_get_bool(dnode, NULL))
|
||||
vty_out(vty, " no");
|
||||
|
||||
vty_out(vty, "isis bfd\n");
|
||||
vty_out(vty, " isis bfd\n");
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user