mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 14:51:14 +00:00
Merge pull request #1757 from dwalton76/bgpd-remove-peer-in-peergroup
bgpd: "no neighbor 10.13.0.12 peer-group ibgp" does not remove peer
This commit is contained in:
commit
c30895ac3e
@ -3395,7 +3395,7 @@ DEFUN (no_neighbor_set_peer_group,
|
||||
return CMD_WARNING_CONFIG_FAILED;
|
||||
}
|
||||
|
||||
ret = peer_group_unbind(bgp, peer, group);
|
||||
ret = peer_delete(peer);
|
||||
|
||||
return bgp_vty_return(vty, ret);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user