summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@netfilter.org>2025-06-21 17:01:21 +0200
committerJozsef Kadlecsik <kadlec@netfilter.org>2025-06-21 17:01:21 +0200
commit28ea58c6164a4fd3007464c5cb8fc72d24b3ee3e (patch)
treec638f7f7e9c7df568992a31bf45e4335647a76bb
parentfb5d980212306849451763d6c18ec9aadb9a786f (diff)
Correct manpage about the value of the bucketsize parameter.
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>
-rw-r--r--src/ipset.84
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipset.8 b/src/ipset.8
index b897059..bb425b8 100644
--- a/src/ipset.8
+++ b/src/ipset.8
@@ -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