From: Jozsef Kadlecsik Date: Thu, 16 Jun 2011 16:54:43 +0000 (+0200) Subject: netfilter: ipset: take into account cidr value for the from address when creating... X-Git-Tag: v3.1-rc1~316^2~441 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3dfd1538f26f1ecf86daaf3d0c321d87e5de041;p=pandora-kernel.git netfilter: ipset: take into account cidr value for the from address when creating the set When creating a set from a range expressed as a network like 10.1.1.172/29, the from address was taken as the IP address part and not masked with the netmask from the cidr. Signed-off-by: Jozsef Kadlecsik Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed