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:
Donald Sharp 2015-05-19 18:03:59 -07:00
parent e328382f60
commit b7250fa012

View File

@ -1325,9 +1325,6 @@ bgp_zebra_withdraw (struct prefix *p, struct bgp_info *info, safi_t safi)
peer = info->peer;
if (peer->bgp && peer->bgp->main_zebra_update_hold)
return;
flags = 0;
if (peer->sort == BGP_PEER_IBGP)