]> git.ipfire.org Git - thirdparty/ipset.git/commit - kernel/net/netfilter/ipset/ip_set_list_set.c
Options and flags support added to the kernel API
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 18 Apr 2011 10:53:25 +0000 (12:53 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 18 Apr 2011 10:53:25 +0000 (12:53 +0200)
commit0b6f88e662d54cabf15ef3dbf70e9f0fcdb1412e
tree61015b37af82ea3852fe1a93ee19fc2f8ae16a1a
parent8ca014410d1b64d802772c168f416d8bcc99fbe3
Options and flags support added to the kernel API

The support makes possible to specify the timeout value for
the SET target and a flag to reset the timeout for already existing
entries.
18 files changed:
kernel/include/linux/netfilter/ipset/ip_set.h
kernel/include/linux/netfilter/ipset/ip_set_ahash.h
kernel/include/linux/netfilter/ipset/ip_set_timeout.h
kernel/include/linux/netfilter/xt_set.h
kernel/net/netfilter/ipset/ip_set_bitmap_ip.c
kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.c
kernel/net/netfilter/ipset/ip_set_bitmap_port.c
kernel/net/netfilter/ipset/ip_set_core.c
kernel/net/netfilter/ipset/ip_set_hash_ip.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_net.c
kernel/net/netfilter/ipset/ip_set_hash_netport.c
kernel/net/netfilter/ipset/ip_set_list_set.c
kernel/net/netfilter/xt_set.c
tests/iptables.sh
tests/match_target.t