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/bgp/bgp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/bgp') diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index b9a1d157..cccced57 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -185,8 +185,8 @@ bgp_open(struct bgp_proto *p) if (!bgp_linpool) { - bgp_linpool = lp_new(proto_pool, 4080); - bgp_linpool2 = lp_new(proto_pool, 4080); + bgp_linpool = lp_new_default(proto_pool); + bgp_linpool2 = lp_new_default(proto_pool); } return 0; -- cgit v1.2.3