netfilter: ipset: hash:ip,port,ip set type support
commit5663bc30e6114b6ba88cc428619ede46a3246a7b
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 1 Feb 2011 14:41:26 +0000 (1 15:41 +0100)
committerPatrick McHardy <kaber@trash.net>
Tue, 1 Feb 2011 14:41:26 +0000 (1 15:41 +0100)
treeb43cf01f96c72490a3eab6532937ba0f371c0fb8
parent07896ed37b94599a1b8ea97f4bd5766be71390f4
netfilter: ipset: hash:ip,port,ip set type support

The module implements the hash:ip,port,ip type support in four flavours:
for IPv4 and IPv6, both without and with timeout support. The elements
are three dimensional: IPv4/IPv6 address, protocol/port and IPv4/IPv6
address triples.

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_ipportip.c [new file with mode: 0644]