summaryrefslogtreecommitdiffstats
path: root/lib/ipset_hash_mac.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ipset_hash_mac.c')
-rw-r--r--lib/ipset_hash_mac.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ipset_hash_mac.c b/lib/ipset_hash_mac.c
index b1e7991..4b20247 100644
--- a/lib/ipset_hash_mac.c
+++ b/lib/ipset_hash_mac.c
@@ -100,6 +100,7 @@ static struct ipset_type ipset_hash_mac1 = {
IPSET_ARG_FORCEADD,
IPSET_ARG_SKBINFO,
IPSET_ARG_BUCKETSIZE,
+ IPSET_ARG_INITVAL,
IPSET_ARG_NONE,
},
.need = 0,
@@ -139,7 +140,7 @@ static struct ipset_type ipset_hash_mac1 = {
},
},
.usage = "",
- .description = "bucketsize support",
+ .description = "bucketsize, initval support",
};
void _init(void);