netfilter: ipset: bitmap:ip,mac type support
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 1 Feb 2011 14:35:12 +0000 (15:35 +0100)
committerPatrick McHardy <kaber@trash.net>
Tue, 1 Feb 2011 14:35:12 +0000 (15:35 +0100)
commitde76021a1bb35e3560afccf741d1119a872aea49
tree6448430864efba817a393a99bf5c1c43db93365d
parent72205fc68bd13109576aa6c4c12c740962d28a6c
netfilter: ipset: bitmap:ip,mac type support

The module implements the bitmap:ip,mac set type in two flavours,
without and with timeout support. In this kind of set one can store
IPv4 address and (source) MAC address pairs. The type supports elements
added without the MAC part filled out: when the first matching from kernel
happens, the MAC part is automatically filled out. The timing out of the
elements stars when an element is complete in the IP,MAC pair.

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