summaryrefslogtreecommitdiffstats
path: root/include/libnftables
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftables')
-rw-r--r--include/libnftables/chain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libnftables/chain.h b/include/libnftables/chain.h
index 39e4b9a..7f071c6 100644
--- a/include/libnftables/chain.h
+++ b/include/libnftables/chain.h
@@ -23,6 +23,7 @@ enum {
NFT_CHAIN_ATTR_BYTES,
NFT_CHAIN_ATTR_PACKETS = 8,
NFT_CHAIN_ATTR_NEW_NAME,
+ NFT_CHAIN_ATTR_TYPE,
};
void nft_chain_attr_set(struct nft_chain *t, uint16_t attr, void *data);