diff options
author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-11-07 16:22:34 +0100 |
---|---|---|
committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-11-07 16:24:21 +0100 |
commit | bc6bc7a8de084858558a74db9cf4097a0ec4f39c (patch) | |
tree | dace80d708d77adb166d4a86ceea29395b2cc437 /bgpd/bgp_debug.c | |
parent | Merge pull request #7480 from donaldsharp/bgp_defer_bad_donald (diff) | |
download | frr-bc6bc7a8de084858558a74db9cf4097a0ec4f39c.tar.xz frr-bc6bc7a8de084858558a74db9cf4097a0ec4f39c.zip |
bgpd: Correct CLI description for `debug bgp keepalives`
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'bgpd/bgp_debug.c')
-rw-r--r-- | bgpd/bgp_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c index a513bc493..c2c2d17a2 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -904,8 +904,8 @@ DEFUN (debug_bgp_keepalive_peer, "debug bgp keepalives <A.B.C.D|X:X::X:X|WORD>", 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") { |