From 05d47bd53e71480f1b276bd895f1c25088201e48 Mon Sep 17 00:00:00 2001 From: Jan Moskyto Matejka Date: Tue, 16 May 2017 14:31:16 +0200 Subject: Linpool: default allocation size --- proto/static/static.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/static') diff --git a/proto/static/static.c b/proto/static/static.c index f74ecee0..bb1501a5 100644 --- a/proto/static/static.c +++ b/proto/static/static.c @@ -410,7 +410,7 @@ static_start(struct proto *P) struct static_route *r; if (!static_lp) - static_lp = lp_new(&root_pool, 1008); + static_lp = lp_new(&root_pool, LP_GOOD_SIZE(1024)); if (p->igp_table_ip4) rt_lock_table(p->igp_table_ip4); -- cgit v1.2.3