]> git.ipfire.org Git - thirdparty/ipset.git/commit
Add xt_action_param to the variant level kadt functions, ipset API change
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 27 May 2011 19:06:04 +0000 (21:06 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 27 May 2011 19:06:04 +0000 (21:06 +0200)
commit000b9b7946f41bf7da58969d793ae53275da690e
treee03fd1b4a210b67416e49f3879647177de227d38
parent49ee984320b7665fdd9e65c6f576c4908f0bcf20
Add xt_action_param to the variant level kadt functions, ipset API change

With the change the sets can use any parameter available for the match
and target extensions, like input/output interface. It's required for
the hash:net,iface set type.
14 files changed:
kernel/include/linux/netfilter/ipset/ip_set.h
kernel/include/linux/netfilter/ipset/ip_set_ahash.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