diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 9551f26d8009..fcffb500e904 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -1306,6 +1306,7 @@ static void rib_process(struct route_node *rn) vrf), vrf_id, rn); rib_unlink(rn, re); + continue; } else SET_FLAG(re->status, ROUTE_ENTRY_REMOVED);