From: Josh Hunt Date: Tue, 19 Feb 2013 19:35:59 +0000 (-0800) Subject: netfilter: ipset: timeout values corrupted on set resize X-Git-Tag: v3.9-rc2~24^2~35^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf1c4a094f46ace5bf00078e2db73491ddf018fe;p=pandora-kernel.git netfilter: ipset: timeout values corrupted on set resize If a resize is triggered on a set with timeouts enabled, the timeout values will get corrupted when copying them to the new set. This occured b/c the wrong timeout value is supplied to type_pf_elem_tadd(). This also adds simple debug statement similar to the one in type_pf_resize(). Signed-off-by: Josh Hunt Signed-off-by: Jozsef Kadlecsik --- Reading git-diff-tree failed