0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-23 17:31:55 +00:00

Table: Fixed table debug settings reconfiguration

This commit is contained in:
Maria Matejka 2025-01-08 20:59:03 +01:00
parent a24ec59d24
commit b2de140d1a

View File

@ -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;