From: Maria Matejka Date: Sun, 7 Apr 2024 20:27:13 +0000 (+0200) Subject: Fixed hostcache notifier pool X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a95773bc1b5f102d9a7c4ac8b6b454050a90f7d2;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 a6af1c74b..c1a1a17ba 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -4456,7 +4456,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,