mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 05:00:23 +00:00
During update-delay, route withdraws to zebra should not be kept on hold,
because BGP may have pending withdraws from the peers going phase.
This commit is contained in:
parent
e328382f60
commit
b7250fa012
@ -1325,9 +1325,6 @@ bgp_zebra_withdraw (struct prefix *p, struct bgp_info *info, safi_t safi)
|
|||||||
|
|
||||||
peer = info->peer;
|
peer = info->peer;
|
||||||
|
|
||||||
if (peer->bgp && peer->bgp->main_zebra_update_hold)
|
|
||||||
return;
|
|
||||||
|
|
||||||
flags = 0;
|
flags = 0;
|
||||||
|
|
||||||
if (peer->sort == BGP_PEER_IBGP)
|
if (peer->sort == BGP_PEER_IBGP)
|
||||||
|
Loading…
Reference in New Issue
Block a user