commit | e38195bf32d7ccb2ae3f56f36b895daf455ffd94 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Dec 24 18:32:35 2013 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sat Dec 28 12:14:42 2013 +0100 |
tree | 4baa17d0647af70be1d54fe01840cc9a6abb7dde | |
parent | b25adce1606427fd88da08f5203714cada7f6a98 [diff] |
netfilter: nf_tables: fix dumping with large number of sets 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>