From: Maria Matejka Date: Wed, 8 Jan 2025 19:59:03 +0000 (+0100) Subject: Table: Fixed table debug settings reconfiguration X-Git-Tag: v3.0.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2de140d1a8c9512a618d9a97a1769965cb160fb;p=thirdparty%2Fbird.git Table: Fixed table debug settings reconfiguration --- diff --git a/nest/rt-table.c b/nest/rt-table.c index c7494d621..78d344448 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -4743,6 +4743,9 @@ rt_reconfigure(struct rtable_private *tab, struct rtable_config *new, struct rta tab->config = new; tab->debug = new->debug; tab->export_all.trace_routes = tab->export_best.trace_routes = new->debug; + tab->best_req.trace_routes = new->debug; + if (tab->export_digest) + tab->export_digest->req.trace_routes = new->debug; if (tab->hostcache) tab->hostcache->req.trace_routes = new->debug;