From: Florian Westphal Date: Sat, 3 Nov 2018 22:45:13 +0000 (+0100) Subject: nft: add missing error string X-Git-Tag: v1.8.2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bf4a13712f5229aa27a6a29db33c634ab12b28e;p=thirdparty%2Fiptables.git nft: add missing error string Signed-off-by: Florian Westphal --- 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",