ipset: update to 4.5

This commit is contained in:
Jozsef Kadlecsik
2010-12-04 14:38:31 +01:00
committed by Jan Engelhardt
parent 6599996ccc
commit 5bcdf7f10e
8 changed files with 24 additions and 22 deletions

View File

@@ -39,7 +39,7 @@ iphash_create_init(void *data)
DP("create INIT");
/* Default create parameters */
mydata->hashsize = 1024;
mydata->hashsize = IP_NF_SET_HASHSIZE;
mydata->probes = 8;
mydata->resize = 50;