From: Maria Matejka Date: Sun, 7 May 2023 21:39:03 +0000 (+0200) Subject: fixup! Channel: configurable feed block size X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f606f44d1b16c0f8cab1a8b533eb953de864eaa6;p=thirdparty%2Fbird.git fixup! Channel: configurable feed block size --- diff --git a/nest/rt-table.c b/nest/rt-table.c index 085d25989..c1bb1588e 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -4248,7 +4248,7 @@ typedef struct { static int rt_prepare_feed(struct rt_table_export_hook *c, net *n, rt_feed_block *b) { - uint bs = c->h.req->feed_block_size; + uint bs = c->h.req->feed_block_size ?: 16384; if (n->routes) {