netfilter: ipset: timeout values corrupted on set resize
authorJosh Hunt <johunt@akamai.com>
Tue, 19 Feb 2013 19:35:59 +0000 (11:35 -0800)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 21 Feb 2013 16:34:47 +0000 (17:34 +0100)
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 <johunt@akamai.com>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>

No differences found