summaryrefslogtreecommitdiffstats
path: root/lib/ipset_hash_ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ipset_hash_ip.c')
-rw-r--r--lib/ipset_hash_ip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ipset_hash_ip.c b/lib/ipset_hash_ip.c
index 470a807..ea85700 100644
--- a/lib/ipset_hash_ip.c
+++ b/lib/ipset_hash_ip.c
@@ -423,6 +423,7 @@ static struct ipset_type ipset_hash_ip5 = {
IPSET_ARG_FORCEADD,
IPSET_ARG_SKBINFO,
IPSET_ARG_BUCKETSIZE,
+ IPSET_ARG_INITVAL,
/* Ignored options: backward compatibilty */
IPSET_ARG_PROBES,
IPSET_ARG_RESIZE,
@@ -473,7 +474,7 @@ static struct ipset_type ipset_hash_ip5 = {
" CIDR is a valid IPv4 or IPv6 CIDR prefix.\n"
" Adding/deleting multiple elements in IP/CIDR or FROM-TO form\n"
" is supported for IPv4.",
- .description = "bucketsize support",
+ .description = "bucketsize, initval support",
};
void _init(void);