From: Igor Putovny Date: Fri, 21 Feb 2025 10:09:27 +0000 (+0100) Subject: Bugfix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bb6ce8c24610e93da34aa4af309e3c37ad775e0;p=thirdparty%2Fbird.git Bugfix --- diff --git a/proto/aggregator/aggregator.c b/proto/aggregator/aggregator.c index 960eb7e08..f7ca1f490 100644 --- a/proto/aggregator/aggregator.c +++ b/proto/aggregator/aggregator.c @@ -1104,7 +1104,7 @@ aggregator_withdraw_prefix(struct aggregator_proto *p, struct aggregator_route * */ while (1) { - if (IN_FIB == node->status) + if (IN_FIB == node->status && node != updated_node) break; node = node->parent;