]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: ipset: hash:ip,port set type support
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 1 Feb 2011 14:39:52 +0000 (15:39 +0100)
committerPatrick McHardy <kaber@trash.net>
Tue, 1 Feb 2011 14:39:52 +0000 (15:39 +0100)
commitb87911b5d21580d5a43c0913cb01fa6073273447
treeaa9c456290230380b2618735787b13ddd46b5697
parent983699624d70fd8a662f3818716bcff991b382fe
netfilter: ipset: hash:ip,port set type support

The module implements the hash:ip,port type support in four flavours:
for IPv4 and IPv6, both without and with timeout support. The elements
are two dimensional: IPv4/IPv6 address and protocol/port pairs. The port
is interpeted for TCP, UPD, ICMP and ICMPv6 (at the latters as type/code
of course).

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