summaryrefslogtreecommitdiffstats
path: root/include/libnftables/table.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2012-11-08 17:01:41 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2012-11-11 23:25:47 +0100
commitd83fb7b10de7d88194a7a40652db7d8ad38eefcf (patch)
tree541b96efbb579e6d71f661f0e5cc0f2bff8ae0c3 /include/libnftables/table.h
parent8b4e32243eb19b19ad96dc6821901b5a44784b16 (diff)
table: support NFTA_TABLE_FLAGS
This patch adds support for the table flags, only one is possible at the moment (NFT_TABLE_F_DORMANT). Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/libnftables/table.h')
-rw-r--r--include/libnftables/table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libnftables/table.h b/include/libnftables/table.h
index de34c42..fd187b4 100644
--- a/include/libnftables/table.h
+++ b/include/libnftables/table.h
@@ -15,6 +15,7 @@ void nft_table_free(struct nft_table *);
enum {
NFT_TABLE_ATTR_NAME = 0,
NFT_TABLE_ATTR_FAMILY,
+ NFT_TABLE_ATTR_FLAGS,
};
void nft_table_attr_set(struct nft_table *t, uint16_t attr, void *data);