netfilter: ipset: bitmap:ip,mac: fix listing with timeout
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 13 Apr 2013 12:30:54 +0000 (14:30 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 18 Apr 2013 21:40:41 +0000 (23:40 +0200)
The type when timeout support was enabled, could not list all elements,
just the first ones which could fit into one netlink message: it just
did not continue listing after the first message.

Reported-by: Yoann JUET <yoann.juet@univ-nantes.fr>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tested-by: Yoann JUET <yoann.juet@univ-nantes.fr>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

No differences found