mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 04:50:29 +00:00
Merge pull request #17596 from opensourcerouting/fix/backport_12a9ca4de6c781b061cccdf3e793346e23558901_10.0
bgpd: fix unconfigure asdot neighbor (backport)
This commit is contained in:
commit
e11efcd7b8
@ -5082,7 +5082,7 @@ DEFUN (neighbor_peer_group,
|
|||||||
|
|
||||||
DEFUN (no_neighbor,
|
DEFUN (no_neighbor,
|
||||||
no_neighbor_cmd,
|
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
|
NO_STR
|
||||||
NEIGHBOR_STR
|
NEIGHBOR_STR
|
||||||
NEIGHBOR_ADDR_STR2
|
NEIGHBOR_ADDR_STR2
|
||||||
@ -5149,7 +5149,7 @@ DEFUN (no_neighbor,
|
|||||||
|
|
||||||
DEFUN (no_neighbor_interface_config,
|
DEFUN (no_neighbor_interface_config,
|
||||||
no_neighbor_interface_config_cmd,
|
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
|
NO_STR
|
||||||
NEIGHBOR_STR
|
NEIGHBOR_STR
|
||||||
"Interface name\n"
|
"Interface name\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user