netfilter: ipset: hash:net set type support
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 1 Feb 2011 14:52:54 +0000 (15:52 +0100)
committerPatrick McHardy <kaber@trash.net>
Tue, 1 Feb 2011 14:52:54 +0000 (15:52 +0100)
commitb38370299eeaba4cf8a9e0c5c6acc2a1e049be23
tree5e3c1ba43c08a8273f987ed23c3642c4d44bb1fd
parent41d22f7b2e48c77175b62cec3797d7d7173a626e
netfilter: ipset: hash:net set type support

The module implements the hash:net type support in four flavours:
for IPv4 and IPv6, both without and with timeout support. The elements
are one dimensional: IPv4/IPv6 network address/prefixes.

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