netfilter: ipset: hash:net,port set type support
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 1 Feb 2011 14:53:55 +0000 (15:53 +0100)
committerPatrick McHardy <kaber@trash.net>
Tue, 1 Feb 2011 14:53:55 +0000 (15:53 +0100)
commit21f45020a3084f80fcdd5f056a0c6389f5406399
tree933b3c8d349d90b3563091c48abf01dfb3636969
parentb38370299eeaba4cf8a9e0c5c6acc2a1e049be23
netfilter: ipset: hash:net,port set type support

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

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