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:
Renato Westphal 2019-08-16 17:54:10 -03:00
parent 9a48b3afad
commit def117f732

View 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");
}
/*