summaryrefslogtreecommitdiffstats
path: root/isisd
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2019-08-16 22:54:10 +0200
committerRenato Westphal <renato@opensourcerouting.org>2019-08-16 23:00:58 +0200
commitdef117f73203b16cb0a3cbeec90d435180f3af30 (patch)
tree0b565f816e631ee9c8385827cf2cd1aa91b699a6 /isisd
parentMerge pull request #4837 from mjstapp/fix_ospf_redist_debug (diff)
downloadfrr-def117f73203b16cb0a3cbeec90d435180f3af30.tar.xz
frr-def117f73203b16cb0a3cbeec90d435180f3af30.zip
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>
Diffstat (limited to 'isisd')
-rw-r--r--isisd/isis_cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_cli.c b/isisd/isis_cli.c
index 4b4326077..bd0628675 100644
--- a/isisd/isis_cli.c
+++ b/isisd/isis_cli.c
@@ -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");
}
/*