diff options
Diffstat (limited to 'iptables/nft.h')
-rw-r--r-- | iptables/nft.h | 6 |
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; |