diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-11-07 17:22:34 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-11-07 17:24:21 +0200 |
| commit | bc6bc7a8de084858558a74db9cf4097a0ec4f39c (patch) | |
| tree | dace80d708d77adb166d4a86ceea29395b2cc437 /bgpd/bgp_debug.c | |
| parent | e114e3278d33fc410ac7048316327484067091b2 (diff) | |
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 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 <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") { |
