]> git.proxmox.com Git - mirror_frr.git/commitdiff
isisd: fix display of the "isis bfd" command
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 16 Aug 2019 20:54:10 +0000 (17:54 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 16 Aug 2019 21:00:58 +0000 (18:00 -0300)
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>
isisd/isis_cli.c

index 4b432607731af74447825fe9d39288ea29c3f4a3..bd06286755910d3563515c84c3d6a8e4bb8fdacc 100644 (file)
@@ -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");
 }
 
 /*