Please patch csf for bigger IPSET tables

Post Reply
Death_Master
Junior Member
Posts: 1
Joined: 27 Jun 2015, 11:10

Please patch csf for bigger IPSET tables

Post by Death_Master »

Code: Select all

my $cmdpid = open3($childin, $childout, $childout, $config{IPSET},"create","-exist",$set,"hash:net");
to

Code: Select all

my $cmdpid = open3($childin, $childout, $childout, $config{IPSET},"create","-exist",$set,"hash:net","hashsize","16777216","maxelem","16777216");
To let much bigger IPSET tables.
I patch it manually on my systems but changes revert often.
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: Please patch csf for bigger IPSET tables

Post by ForumAdmin »

We will add this to csf in the next release.
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: Please patch csf for bigger IPSET tables

Post by ForumAdmin »

This has been added in csf v7.73:
http://blog.configserver.com/
Post Reply