summaryrefslogtreecommitdiffstats
path: root/iptables
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-11-03 23:45:13 +0100
committerFlorian Westphal <fw@strlen.de>2018-11-03 23:48:43 +0100
commit1bf4a13712f5229aa27a6a29db33c634ab12b28e (patch)
tree0d5316387f46886f591c46d19a7748ce08cf3f03 /iptables
parenta9f937785bf1cecfd9a2879bcc8ad3a91045b207 (diff)
nft: add missing error string
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables')
-rw-r--r--iptables/nft.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables/nft.c b/iptables/nft.c
index b81f41ab..f3a3d9d5 100644
--- a/iptables/nft.c
+++ b/iptables/nft.c
@@ -290,6 +290,7 @@ static int mnl_append_error(const struct nft_handle *h,
[NFT_COMPAT_CHAIN_USER_FLUSH] = "CHAIN_USER_FLUSH",
[NFT_COMPAT_CHAIN_UPDATE] = "CHAIN_UPDATE",
[NFT_COMPAT_CHAIN_RENAME] = "CHAIN_RENAME",
+ [NFT_COMPAT_CHAIN_ZERO] = "CHAIN_ZERO",
[NFT_COMPAT_RULE_APPEND] = "RULE_APPEND",
[NFT_COMPAT_RULE_INSERT] = "RULE_INSERT",
[NFT_COMPAT_RULE_REPLACE] = "RULE_REPLACE",