mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
fixup! Channel: configurable feed block size
This commit is contained in:
parent
dd1f1c46cc
commit
f606f44d1b
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user