From: Jozsef Kadlecsik Date: Wed, 13 Apr 2011 11:43:23 +0000 (+0200) Subject: netfilter: ipset: bitmap:ip,mac type requires "src" for MAC X-Git-Tag: v2.6.39-rc5~40^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e8a835aa59d08d702af0fcfd296e2218b2e344b;p=pandora-kernel.git netfilter: ipset: bitmap:ip,mac type requires "src" for MAC Enforce that the second "src/dst" parameter of the set match and SET target must be "src", because we have access to the source MAC only in the packet. The previous behaviour, that the type required the second parameter but actually ignored the value was counter-intuitive and confusing. Signed-off-by: Jozsef Kadlecsik Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed