diff options
| author | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-12-29 20:50:39 +0100 |
|---|---|---|
| committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-12-29 20:50:53 +0100 |
| commit | e34cb276fe5c6cf075e0a8790d005e6889c77b9d (patch) | |
| tree | 31c7349490c68b757568e0e33efc7dae7c153e2f /include/libnftables | |
| parent | 122e447d50b171a41467d9bae502f81462fec2dd (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')
| -rw-r--r-- | include/libnftables/chain.h | 2 |
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, }; |
