]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
Correct manpage about the value of the bucketsize parameter.
authorJozsef Kadlecsik <kadlec@netfilter.org>
Sat, 21 Jun 2025 15:01:21 +0000 (17:01 +0200)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Sat, 21 Jun 2025 15:01:21 +0000 (17:01 +0200)
Both the possible values and the default one contained 14
in the manpage while the real value is 12.
Fixes bugzilla #1803.

Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
src/ipset.8

index b897059f3da20a0fd94ed5a1b33c23d7743fb424..bb425b85a2df16317f7476ad7a191a23f18b9488 100644 (file)
@@ -354,8 +354,8 @@ ipset create test hash:ip maxelem 2048
 .SS bucketsize
 This parameter is valid for the \fBcreate\fR command of all \fBhash\fR type sets.
 It specifies the maximal number of elements which can be stored in a hash
-bucket. Possible values are any even number between 2-14 and the default is
-14. Setting the value lower forces ipset to create larger hashes which
+bucket. Possible values are any even number between 2-12 and the default is
+12. Setting the value lower forces ipset to create larger hashes which
 consumes more memory but gives more speed at matching in the set.
 Example:
 .IP