From: Donatas Abraitis Date: Sat, 7 Nov 2020 15:22:34 +0000 (+0200) Subject: bgpd: Correct CLI description for `debug bgp keepalives` X-Git-Tag: base_7.6~304^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=bc6bc7a8de084858558a74db9cf4097a0ec4f39c;p=matthieu%2Ffrr.git bgpd: Correct CLI description for `debug bgp keepalives` Signed-off-by: Donatas Abraitis --- diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c index a513bc493d..c2c2d17a24 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -904,8 +904,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") {