From: Maria Matejka Date: Sun, 7 Apr 2024 20:27:13 +0000 (+0200) Subject: Fixed hostcache notifier pool X-Git-Tag: v3.0.0~246^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9124be38468c3f76c228b3a61fe3fac33670647;p=thirdparty%2Fbird.git 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 --- diff --git a/nest/rt-table.c b/nest/rt-table.c index 1f8634062..0dda2588a 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -4736,7 +4736,7 @@ rt_update_hostcache(void *data) hc->req = (struct rt_export_request) { .name = mb_sprintf(tab->rp, "%s.hcu.notifier", tab->name), .list = birdloop_event_list(tab->loop), - .pool = tab->rp, + .pool = birdloop_pool(tab->loop), .trace_routes = tab->config->debug, .dump_req = hc_notify_dump_req, .log_state_change = hc_notify_log_state_change,