summaryrefslogtreecommitdiffstats
path: root/iptables/nft.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2014-06-09 18:18:26 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2014-06-09 18:29:31 +0200
commit495f1e8cc1753a3577a0b6c790b96b34859cd9bd (patch)
tree4a8e562e6f49f3b9558f52a3ad7e4ca4cab2c941 /iptables/nft.h
parent01dcfdab11a6583d899bfc34758e8f9996774d21 (diff)
iptables: nft: generalize batch infrastructure
Prepare inclusion of tables and chain objects in the batch. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'iptables/nft.h')
-rw-r--r--iptables/nft.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/iptables/nft.h b/iptables/nft.h
index c31371c0..ddc52012 100644
--- a/iptables/nft.h
+++ b/iptables/nft.h
@@ -30,8 +30,8 @@ struct nft_handle {
struct mnl_socket *nl;
uint32_t portid;
uint32_t seq;
- struct list_head rule_list;
- int rule_list_num;
+ struct list_head obj_list;
+ int obj_list_num;
struct mnl_nlmsg_batch *batch;
struct nft_family_ops *ops;
struct builtin_table *tables;