From 8de36a94521423dbd4345647316bfca25b55f7ea Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Sat, 7 Nov 2020 17:22:34 +0200 Subject: [PATCH] bgpd: Correct CLI description for `debug bgp keepalives` Signed-off-by: Donatas Abraitis --- bgpd/bgp_debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c index e9d7c9e8aa..96c311f6f0 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -915,8 +915,8 @@ DEFUN (debug_bgp_keepalive_peer, "debug bgp keepalives ", DEBUG_STR BGP_STR - "BGP Neighbor Events\n" - "BGP neighbor IP address to debug\n" + "BGP keepalives\n" + "BGP IPv4 neighbor to debug\n" "BGP IPv6 neighbor to debug\n" "BGP neighbor on interface to debug\n") { -- 2.39.5