From: Patrick McHardy <kaber@xxxxxxxxx> Commit 2a3c360f (netfilter: nf_tables: Add missing policy for NFTA_CHAIN_USE) added NFTA_CHAIN_USE to the nft_chain_policy. This is useless since the NFTA_CHAIN_USE attribute is only sent by the kernel, never received. Signed-off-by: Patrick McHardy <kaber@xxxxxxxxx> --- net/netfilter/nf_tables_api.c | 1 - 1 Datei geändert, 1 Zeile entfernt(-) diff --git a/net/netfilter/nf_tables_api.c b/net/netfilter/nf_tables_api.c index 70ca084..63d71e7 100644 --- a/net/netfilter/nf_tables_api.c +++ b/net/netfilter/nf_tables_api.c @@ -496,7 +496,6 @@ static const struct nla_policy nft_chain_policy[NFTA_CHAIN_MAX + 1] = { [NFTA_CHAIN_TABLE] = { .type = NLA_STRING }, [NFTA_CHAIN_HOOK] = { .type = NLA_NESTED }, [NFTA_CHAIN_POLICY] = { .type = NLA_U32 }, - [NFTA_CHAIN_USE] = { .type = NLA_U32 }, [NFTA_CHAIN_NEW_NAME] = { .type = NLA_STRING, .len = NFT_CHAIN_MAXNAMELEN - 1 }, [NFTA_CHAIN_TYPE] = { .type = NLA_NUL_STRING }, -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html