summaryrefslogtreecommitdiffstats
path: root/lib/ipset_hash_netportnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ipset_hash_netportnet.c')
-rw-r--r--lib/ipset_hash_netportnet.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ipset_hash_netportnet.c b/lib/ipset_hash_netportnet.c
index e456fb1..a4a7240 100644
--- a/lib/ipset_hash_netportnet.c
+++ b/lib/ipset_hash_netportnet.c
@@ -397,6 +397,7 @@ static struct ipset_type ipset_hash_netportnet3 = {
IPSET_ARG_FORCEADD,
IPSET_ARG_SKBINFO,
IPSET_ARG_BUCKETSIZE,
+ IPSET_ARG_INITVAL,
IPSET_ARG_NONE,
},
.need = 0,
@@ -475,7 +476,7 @@ static struct ipset_type ipset_hash_netportnet3 = {
" Adding/deleting multiple elements with TCP/SCTP/UDP/UDPLITE\n"
" port range is supported both for IPv4 and IPv6.",
.usagefn = ipset_port_usage,
- .description = "bucketsize support",
+ .description = "bucketsize, initval support",
};
void _init(void);