From d83fb7b10de7d88194a7a40652db7d8ad38eefcf Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 8 Nov 2012 17:01:41 +0100 Subject: 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 --- include/libnftables/table.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libnftables/table.h') 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); -- cgit v1.2.3