commit | 1f48ff6c5393aa7fe290faf5d633164f105b0aa7 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Jan 18 18:30:10 2017 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Feb 08 14:16:20 2017 +0100 |
tree | 68c5a63c9d488685be45c20899439b376963227e | |
parent | 1ba1c41408df8a9d2f8b9b67e4c9e6f59b29d8ee [diff] |
netfilter: nf_tables: add flush field to struct nft_set_iter This provides context to walk callback iterator, thus, we know if the walk happens from the set flush path. This is required by the new bitmap set type coming in a follow up patch which has no real struct nft_set_ext, so it has to allocate it based on the two bit compact element representation. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>