mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +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
|
static int
|
||||||
rt_prepare_feed(struct rt_table_export_hook *c, net *n, rt_feed_block *b)
|
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)
|
if (n->routes)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user