From b7250fa012b62bdc01d885e5de245ed886bf7eb3 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 19 May 2015 18:03:59 -0700 Subject: [PATCH] During update-delay, route withdraws to zebra should not be kept on hold, because BGP may have pending withdraws from the peers going phase. --- bgpd/bgp_zebra.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/bgpd/bgp_zebra.c b/bgpd/bgp_zebra.c index ed41c39bee..ce2dc15612 100644 --- a/bgpd/bgp_zebra.c +++ b/bgpd/bgp_zebra.c @@ -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) -- 2.39.5