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 --- include/libipset/args.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libipset/args.h') diff --git a/include/libipset/args.h b/include/libipset/args.h index 93b4456..ef861c1 100644 --- a/include/libipset/args.h +++ b/include/libipset/args.h @@ -57,6 +57,7 @@ enum ipset_keywords { IPSET_ARG_SKBPRIO, /* skbprio */ IPSET_ARG_SKBQUEUE, /* skbqueue */ IPSET_ARG_BUCKETSIZE, /* bucketsize */ + IPSET_ARG_INITVAL, /* initval */ IPSET_ARG_MAX, }; -- cgit v1.2.3