From dcab90125f73e9f882d535a864eed07dfcc47541 Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Tue, 4 Oct 2022 15:14:48 +0200 Subject: [PATCH] bgpd: show ip bgp neighbors graceful-restart typo Noticed a typo in the definition of show_ip_bgp_neighbors_graceful_restart function. Signed-off-by: Michal Ruprich --- bgpd/bgp_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [] neighbors [] graceful-restart [json]", SHOW_STR -- 2.39.5