mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 04:50:29 +00:00
bfdd: add not '\n' to shutdown help string
help string had not a '\n' at the end of the line for bfd shutdown help command. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
8a676ce6b1
commit
7818c5fba0
@ -224,7 +224,7 @@ DEFPY(
|
||||
bfd_peer_shutdown, bfd_peer_shutdown_cmd,
|
||||
"[no] shutdown",
|
||||
NO_STR
|
||||
"Disable BFD peer")
|
||||
"Disable BFD peer\n")
|
||||
{
|
||||
nb_cli_enqueue_change(vty, "./administrative-down", NB_OP_MODIFY,
|
||||
no ? "false" : "true");
|
||||
|
Loading…
Reference in New Issue
Block a user