From: Jozsef Kadlecsik Date: Tue, 1 Feb 2011 14:35:12 +0000 (+0100) Subject: netfilter: ipset: bitmap:ip,mac type support X-Git-Tag: v2.6.39-rc1~468^2~424^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de76021a1bb35e3560afccf741d1119a872aea49;p=pandora-kernel.git 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 Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed