From 1af0eb1f2923b211bf1efdd206d8a4fc08de56cb Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Mon, 11 Feb 2019 21:21:49 +0000 Subject: [PATCH] vrrpd: fix missing \n in cli Signed-off-by: Quentin Young --- vrrpd/vrrp_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrrpd/vrrp_vty.c b/vrrpd/vrrp_vty.c index 0a91026d73..05695f7942 100644 --- a/vrrpd/vrrp_vty.c +++ b/vrrpd/vrrp_vty.c @@ -170,7 +170,7 @@ DEFPY(vrrp_ip, if (deactivated) vty_out(vty, "%% Deactivated IPv4 Virtual Router %ld\n", vrid); if (failed) { - vty_out(vty, "%% Failed to %s virtual IP", + vty_out(vty, "%% Failed to %s virtual IP\n", no ? "remove" : "add"); ret = CMD_WARNING_CONFIG_FAILED; if (will_activate && !activated) { -- 2.39.5