mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-16 03:17:03 +00:00
Table: Fixed table debug settings reconfiguration
This commit is contained in:
parent
a24ec59d24
commit
b2de140d1a
@ -4743,6 +4743,9 @@ rt_reconfigure(struct rtable_private *tab, struct rtable_config *new, struct rta
|
|||||||
tab->config = new;
|
tab->config = new;
|
||||||
tab->debug = new->debug;
|
tab->debug = new->debug;
|
||||||
tab->export_all.trace_routes = tab->export_best.trace_routes = 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)
|
if (tab->hostcache)
|
||||||
tab->hostcache->req.trace_routes = new->debug;
|
tab->hostcache->req.trace_routes = new->debug;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user