From: Katerina Kubecova Date: Wed, 23 Apr 2025 11:50:53 +0000 (+0200) Subject: nest/rt-table: This fixes a bug accidentally reintroduced in da838bca052b3b1e5533e290... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57779a451265443abe511ba55a62ce3c514e4f0a;p=thirdparty%2Fbird.git nest/rt-table: This fixes a bug accidentally reintroduced in da838bca052b3b1e5533e2900299b4140e2d5d13 CLI: fix channel stats display --- diff --git a/nest/rt-table.c b/nest/rt-table.c index 5b438aa7f..f1fc2e4f0 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -1580,10 +1580,6 @@ channel_notify_basic(void *_channel) rt_export_processed(&c->out_req, rpe->it.seq); } - /* Have we exported the old route? */ - if (old && !bmap_test(&c->export_accepted_map, old->id)) - old = NULL; - /* Ignore invalid routes */ if (!rte_is_valid(new)) new = NULL;