From def117f73203b16cb0a3cbeec90d435180f3af30 Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Fri, 16 Aug 2019 17:54:10 -0300 Subject: [PATCH] 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 --- isisd/isis_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isisd/isis_cli.c b/isisd/isis_cli.c index 4b43260773..bd06286755 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"); } /* -- 2.39.5