From 7ef817d9519e84e8a655076a8f5ae612b4a285ea Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Mon, 1 Aug 2016 12:15:28 +0000 Subject: [PATCH] BGP displays "keepalive" instead of "keepalives" for debugs Signed-off-by: Daniel Walton Reviewed-by: Donald Sharp Ticket: CM-12101 --- bgpd/bgp_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c index a3d420f691..5b6ee0e070 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -1663,7 +1663,7 @@ bgp_config_write_debug (struct vty *vty) if (CONF_BGP_DEBUG (keepalive, KEEPALIVE)) { - write += bgp_debug_list_conf_print (vty, "debug bgp keepalive", + write += bgp_debug_list_conf_print (vty, "debug bgp keepalives", bgp_debug_keepalive_peers); } -- 2.39.5