mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 08:56:13 +00:00
Revert "bgpd: When deleting a neighbor from a peer-group the PGNAME is optional"
This reverts commit 2cbd181ac9
.
We also have "no neighbor WORD peer-group" command and it's impossible
to distinguish between those two commands if PGNAME is optional.
This commit is contained in:
parent
2794d40202
commit
71cc0c88de
@ -5070,7 +5070,7 @@ ALIAS_HIDDEN(neighbor_set_peer_group, neighbor_set_peer_group_hidden_cmd,
|
||||
|
||||
DEFUN_YANG (no_neighbor_set_peer_group,
|
||||
no_neighbor_set_peer_group_cmd,
|
||||
"no neighbor <A.B.C.D|X:X::X:X|WORD> peer-group [PGNAME]",
|
||||
"no neighbor <A.B.C.D|X:X::X:X|WORD> peer-group PGNAME",
|
||||
NO_STR
|
||||
NEIGHBOR_STR
|
||||
NEIGHBOR_ADDR_STR2
|
||||
@ -5091,7 +5091,7 @@ DEFUN_YANG (no_neighbor_set_peer_group,
|
||||
}
|
||||
|
||||
ALIAS_HIDDEN(no_neighbor_set_peer_group, no_neighbor_set_peer_group_hidden_cmd,
|
||||
"no neighbor <A.B.C.D|X:X::X:X|WORD> peer-group [PGNAME]",
|
||||
"no neighbor <A.B.C.D|X:X::X:X|WORD> peer-group PGNAME",
|
||||
NO_STR NEIGHBOR_STR NEIGHBOR_ADDR_STR2
|
||||
"Member of the peer-group\n"
|
||||
"Peer-group name\n")
|
||||
|
Loading…
Reference in New Issue
Block a user