From: Jozsef Kadlecsik Date: Thu, 16 Jun 2011 16:49:17 +0000 (+0200) Subject: netfilter: ipset: fix adding ranges to hash types X-Git-Tag: v3.1-rc1~316^2~445 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d14b171f004f75c2d1e82e10545966f94132705;p=pandora-kernel.git netfilter: ipset: fix adding ranges to hash types When ranges are added to hash types, the elements may trigger rehashing the set. However, the last successfully added element was not kept track so the adding started again with the first element after the rehashing. Bug reported by Mr Dash Four. Signed-off-by: Jozsef Kadlecsik Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed