diff options
author | Michal Ruprich <michalruprich@gmail.com> | 2022-10-04 15:14:48 +0200 |
---|---|---|
committer | Michal Ruprich <michalruprich@gmail.com> | 2022-10-04 15:14:48 +0200 |
commit | dcab90125f73e9f882d535a864eed07dfcc47541 (patch) | |
tree | 5b911186c3185d01c5caa53d43dacdd480a8e86f | |
parent | Merge pull request #12047 from donaldsharp/bgp_nexthop_individual (diff) | |
download | frr-dcab90125f73e9f882d535a864eed07dfcc47541.tar.xz frr-dcab90125f73e9f882d535a864eed07dfcc47541.zip |
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 <mruprich@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | bgpd/bgp_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 82c9d9667..612f356cb 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 |