summaryrefslogtreecommitdiffstats
path: root/lib/args.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/args.c')
-rw-r--r--lib/args.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/args.c b/lib/args.c
index c25bb80..ab1022e 100644
--- a/lib/args.c
+++ b/lib/args.c
@@ -284,6 +284,14 @@ static const struct ipset_arg ipset_args[] = {
.print = ipset_print_number,
.help = "[skbqueue VALUE]",
},
+ [IPSET_ARG_BUCKETSIZE] = {
+ .name = { "bucketsize", NULL },
+ .has_arg = IPSET_MANDATORY_ARG,
+ .opt = IPSET_OPT_BUCKETSIZE,
+ .parse = ipset_parse_uint8,
+ .print = ipset_print_number,
+ .help = "[bucketsize VALUE]",
+ },
};
const struct ipset_arg *