summaryrefslogtreecommitdiffstats
path: root/include/libnftables/chain.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2012-12-29 20:50:39 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2012-12-29 20:50:53 +0100
commite34cb276fe5c6cf075e0a8790d005e6889c77b9d (patch)
tree31c7349490c68b757568e0e33efc7dae7c153e2f /include/libnftables/chain.h
parent122e447d50b171a41467d9bae502f81462fec2dd (diff)
chain: support Patrick's chain rename approach
Support the new approach for chain renaming based on the chain handle. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/libnftables/chain.h')
-rw-r--r--include/libnftables/chain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libnftables/chain.h b/include/libnftables/chain.h
index 7f071c6..c4952c1 100644
--- a/include/libnftables/chain.h
+++ b/include/libnftables/chain.h
@@ -22,7 +22,7 @@ enum {
NFT_CHAIN_ATTR_USE,
NFT_CHAIN_ATTR_BYTES,
NFT_CHAIN_ATTR_PACKETS = 8,
- NFT_CHAIN_ATTR_NEW_NAME,
+ NFT_CHAIN_ATTR_HANDLE,
NFT_CHAIN_ATTR_TYPE,
};