summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-10-04 21:26:45 +0300
committerGitHub <noreply@github.com>2022-10-04 21:26:45 +0300
commitd4e8e2767134e44e5e7990a5731c54be5c977fff (patch)
tree5b911186c3185d01c5caa53d43dacdd480a8e86f
parent4b72a7be697fcd69b0d17ebc5b28bb2b0fe55e0d (diff)
parentdcab90125f73e9f882d535a864eed07dfcc47541 (diff)
Merge pull request #12061 from mruprich/show-bgp-graceful-restart-typo
bgpd: show ip bgp neighbors graceful-restart typo
-rw-r--r--bgpd/bgp_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c
index 82c9d9667c..612f356cbf 100644
--- a/bgpd/bgp_vty.c
+++ b/bgpd/bgp_vty.c
@@ -14735,7 +14735,7 @@ static int bgp_show_neighbor_vty(struct vty *vty, const char *name,
/* "show [ip] bgp neighbors graceful-restart" commands. */
-DEFUN (show_ip_bgp_neighbors_gracrful_restart,
+DEFUN (show_ip_bgp_neighbors_graceful_restart,
show_ip_bgp_neighbors_graceful_restart_cmd,
"show bgp [<ipv4|ipv6>] neighbors [<A.B.C.D|X:X::X:X|WORD>] graceful-restart [json]",
SHOW_STR