netfilter: nf_tables: fix dumping with large number of sets
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 24 Dec 2013 17:32:35 +0000 (18:32 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 28 Dec 2013 11:14:42 +0000 (12:14 +0100)
If not table name is specified, the dumping of the existing sets
may be incomplete with a sufficiently large number of sets and
tables. This patch fixes missing reset of the cursors after
finding the location of the last object that has been included
in the previous multi-part message.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

No differences found