diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-10-04 21:26:45 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-04 21:26:45 +0300 |
| commit | d4e8e2767134e44e5e7990a5731c54be5c977fff (patch) | |
| tree | 5b911186c3185d01c5caa53d43dacdd480a8e86f | |
| parent | 4b72a7be697fcd69b0d17ebc5b28bb2b0fe55e0d (diff) | |
| parent | dcab90125f73e9f882d535a864eed07dfcc47541 (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.c | 2 |
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 |
