diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-12-05 09:25:40 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-05 09:25:40 -0600 |
| commit | a9dbbfeb1d578d87f5771f223311737a1a8f3fae (patch) | |
| tree | 526535b92882f8b8a9a8c8d6ee11ff833c4724d4 | |
| parent | 1d8c0479253abf8d1bc622dbc9b177b5cad4d52b (diff) | |
| parent | 69417fd82c8857922334543bf573867db5b9eb0b (diff) | |
Merge pull request #17597 from opensourcerouting/fix/backport_12a9ca4de6c781b061cccdf3e793346e23558901_9.1
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 71ec289114..12135457c0 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -5042,7 +5042,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 @@ -5109,7 +5109,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" |
