aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_bitmap_port.c
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-06-16 18:56:47 +0200
committerPatrick McHardy <kaber@trash.net>2011-06-16 18:56:47 +0200
commitb66554cf03fe866b3fb7b9f40f430b8ba09f41c8 (patch)
tree14797f02748576a30284c3d7b545fe05fbbf05d4 /net/netfilter/ipset/ip_set_bitmap_port.c
parentnetfilter: ipset: use unified from/to address masking and check the usage (diff)
downloadlinux-dev-b66554cf03fe866b3fb7b9f40f430b8ba09f41c8.tar.xz
linux-dev-b66554cf03fe866b3fb7b9f40f430b8ba09f41c8.zip
netfilter: ipset: 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. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/netfilter/ipset/ip_set_bitmap_port.c')
-rw-r--r--net/netfilter/ipset/ip_set_bitmap_port.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/ipset/ip_set_bitmap_port.c b/net/netfilter/ipset/ip_set_bitmap_port.c
index c3e906fcc22c..29ba93bb94be 100644
--- a/net/netfilter/ipset/ip_set_bitmap_port.c
+++ b/net/netfilter/ipset/ip_set_bitmap_port.c
@@ -208,6 +208,7 @@ nla_put_failure:
static int
bitmap_port_kadt(struct ip_set *set, const struct sk_buff *skb,
+ const struct xt_action_param *par,
enum ipset_adt adt, const struct ip_set_adt_opt *opt)
{
struct bitmap_port *map = set->data;