0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 11:55:21 +00:00

fixup! Channel: configurable feed block size

This commit is contained in:
Maria Matejka 2023-05-07 23:39:03 +02:00
parent dd1f1c46cc
commit f606f44d1b

View File

@ -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)
{