0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 18:08:45 +00:00

Fixed hostcache notifier pool

This pool has to be the service pool to allow the seq bitmaps to grow
from the exporter and feeder routines
This commit is contained in:
Maria Matejka 2024-04-07 22:27:13 +02:00 committed by Katerina Kubecova
parent cdadd2b53d
commit 8408d5c4e1

View File

@ -4736,7 +4736,7 @@ rt_update_hostcache(void *data)
hc->req = (struct rt_export_request) { hc->req = (struct rt_export_request) {
.name = mb_sprintf(tab->rp, "%s.hcu.notifier", tab->name), .name = mb_sprintf(tab->rp, "%s.hcu.notifier", tab->name),
.list = birdloop_event_list(tab->loop), .list = birdloop_event_list(tab->loop),
.pool = tab->rp, .pool = birdloop_pool(tab->loop),
.trace_routes = tab->config->debug, .trace_routes = tab->config->debug,
.dump_req = hc_notify_dump_req, .dump_req = hc_notify_dump_req,
.log_state_change = hc_notify_log_state_change, .log_state_change = hc_notify_log_state_change,