Page 1 of 1

Please patch csf for bigger IPSET tables

Posted: 27 Jun 2015, 11:15
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.

Re: Please patch csf for bigger IPSET tables

Posted: 27 Jun 2015, 17:26
by ForumAdmin
We will add this to csf in the next release.

Re: Please patch csf for bigger IPSET tables

Posted: 30 Jun 2015, 10:57
by ForumAdmin
This has been added in csf v7.73:
http://blog.configserver.com/