From 280fe2d4eecb2a546087fbf28bb45168f96d8d52 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 21 Sep 2020 20:13:07 +0200 Subject: Expose the initval hash parameter to userspace It makes possible to reproduce exactly the same set after a save/restore. Signed-off-by: Jozsef Kadlecsik --- lib/ipset_hash_netport.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/ipset_hash_netport.c') diff --git a/lib/ipset_hash_netport.c b/lib/ipset_hash_netport.c index 2d08085..f09de83 100644 --- a/lib/ipset_hash_netport.c +++ b/lib/ipset_hash_netport.c @@ -699,6 +699,7 @@ static struct ipset_type ipset_hash_netport8 = { IPSET_ARG_FORCEADD, IPSET_ARG_SKBINFO, IPSET_ARG_BUCKETSIZE, + IPSET_ARG_INITVAL, IPSET_ARG_NONE, }, .need = 0, @@ -764,7 +765,7 @@ static struct ipset_type ipset_hash_netport8 = { " 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); -- cgit v1.2.3