netfilter: xtables: "set" match and "SET" target support
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 1 Feb 2011 14:56:00 +0000 (15:56 +0100)
committerPatrick McHardy <kaber@trash.net>
Tue, 1 Feb 2011 14:56:00 +0000 (15:56 +0100)
commitd956798d82d2d331c031301965d69e17a1a48a2b
tree3ceb434334d79d9dd8b205fc502cf2d20ab737ab
parentf830837f0eed0f9e371b8fd65169365780814bb1
netfilter: xtables: "set" match and "SET" target support

The patch adds the combined module of the "SET" target and "set" match
to netfilter. Both the previous and the current revisions are supported.

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/linux/netfilter/xt_set.h [new file with mode: 0644]
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/xt_set.c [new file with mode: 0644]