]> git.ipfire.org Git - thirdparty/ipset.git/commit
Expose the initval hash parameter to userspace
authorJozsef Kadlecsik <kadlec@netfilter.org>
Mon, 21 Sep 2020 18:13:07 +0000 (20:13 +0200)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Mon, 21 Sep 2020 18:13:07 +0000 (20:13 +0200)
commit280fe2d4eecb2a546087fbf28bb45168f96d8d52
treecd2a8bb36656b4011718c8dd69e5b75e1967bf65
parent00e8bd9bb72eb1357aab486e314b83f93dad0d2c
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 <kadlec@netfilter.org>
37 files changed:
Make_global.am
include/libipset/args.h
include/libipset/data.h
include/libipset/linux_ip_set.h
include/libipset/print.h
kernel/include/uapi/linux/netfilter/ipset/ip_set.h
kernel/net/netfilter/ipset/ip_set_hash_gen.h
kernel/net/netfilter/ipset/ip_set_hash_ip.c
kernel/net/netfilter/ipset/ip_set_hash_ipmac.c
kernel/net/netfilter/ipset/ip_set_hash_ipmark.c
kernel/net/netfilter/ipset/ip_set_hash_ipport.c
kernel/net/netfilter/ipset/ip_set_hash_ipportip.c
kernel/net/netfilter/ipset/ip_set_hash_ipportnet.c
kernel/net/netfilter/ipset/ip_set_hash_mac.c
kernel/net/netfilter/ipset/ip_set_hash_net.c
kernel/net/netfilter/ipset/ip_set_hash_netiface.c
kernel/net/netfilter/ipset/ip_set_hash_netnet.c
kernel/net/netfilter/ipset/ip_set_hash_netport.c
kernel/net/netfilter/ipset/ip_set_hash_netportnet.c
lib/args.c
lib/data.c
lib/debug.c
lib/ipset_hash_ip.c
lib/ipset_hash_ipmac.c
lib/ipset_hash_ipmark.c
lib/ipset_hash_ipport.c
lib/ipset_hash_ipportip.c
lib/ipset_hash_ipportnet.c
lib/ipset_hash_mac.c
lib/ipset_hash_net.c
lib/ipset_hash_netiface.c
lib/ipset_hash_netnet.c
lib/ipset_hash_netport.c
lib/ipset_hash_netportnet.c
lib/libipset.map
lib/print.c
lib/session.c