summaryrefslogtreecommitdiffstats
path: root/iptables/nft.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2020-01-06 13:20:15 +0100
committerPhil Sutter <phil@nwl.cc>2020-05-11 14:28:28 +0200
commit59e80a8e50148c31be71a984a03456800f179123 (patch)
treeec2c792f5bb0b4fd3a9115bcc6d4f7597c48899e /iptables/nft.h
parent9d07514ac5c7a27ec72df5a81bf067073d63bd99 (diff)
nft: restore among support
Update among support to work again with the new parser and cache logic. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'iptables/nft.h')
-rw-r--r--iptables/nft.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/iptables/nft.h b/iptables/nft.h
index d61a4097..89c3620e 100644
--- a/iptables/nft.h
+++ b/iptables/nft.h
@@ -145,6 +145,12 @@ void nft_bridge_chain_postprocess(struct nft_handle *h,
/*
+ * Operations with sets.
+ */
+struct nftnl_set *nft_set_batch_lookup_byid(struct nft_handle *h,
+ uint32_t set_id);
+
+/*
* Operations with rule-set.
*/
struct nftnl_rule;