]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6839cc0bc8161835a74d72b112c61aab079b50ee
tree933b3c8d349d90b3563091c48abf01dfb3636969
parent0f8bc5b0025c0e1e47c141f01601612ec514012c
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]