diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-12-05 09:25:28 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-05 09:25:28 -0600 |
| commit | e11efcd7b8151fbdb9191aef0eb0844075ff2254 (patch) | |
| tree | 7df2c32d8891bbc1f465c53f2be580a0ccfb8fae | |
| parent | 934b67b1e3a40ab97a71d2d60d3a14fa68476973 (diff) | |
| parent | 69c3e672a4e6e3db881c7cf44765c1d9aa94f711 (diff) | |
Merge pull request #17596 from opensourcerouting/fix/backport_12a9ca4de6c781b061cccdf3e793346e23558901_10.0
bgpd: fix unconfigure asdot neighbor (backport)
| -rw-r--r-- | bgpd/bgp_vty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index eb4a8100a6..fdf84395e2 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -5082,7 +5082,7 @@ DEFUN (neighbor_peer_group, DEFUN (no_neighbor, no_neighbor_cmd, - "no neighbor <WORD|<A.B.C.D|X:X::X:X> [remote-as <(1-4294967295)|internal|external>]>", + "no neighbor <WORD|<A.B.C.D|X:X::X:X> [remote-as <ASNUM|internal|external>]>", NO_STR NEIGHBOR_STR NEIGHBOR_ADDR_STR2 @@ -5149,7 +5149,7 @@ DEFUN (no_neighbor, DEFUN (no_neighbor_interface_config, no_neighbor_interface_config_cmd, - "no neighbor WORD interface [v6only] [peer-group PGNAME] [remote-as <(1-4294967295)|internal|external>]", + "no neighbor WORD interface [v6only] [peer-group PGNAME] [remote-as <ASNUM|internal|external>]", NO_STR NEIGHBOR_STR "Interface name\n" |
