diff options
Diffstat (limited to 'iptables/nft.h')
-rw-r--r-- | iptables/nft.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables/nft.h b/iptables/nft.h index f5449db4..41265930 100644 --- a/iptables/nft.h +++ b/iptables/nft.h @@ -35,6 +35,7 @@ struct nft_handle { struct mnl_nlmsg_batch *batch; struct nft_family_ops *ops; struct builtin_table *tables; + struct nftnl_rule_list *rule_cache; bool restore; bool batch_support; }; |