Message ID | 20241002202421.1281311-2-pablo@netfilter.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 76f1ed087b562a469f2153076f179854b749c09a |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net,1/4] netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED | expand |
Hello: This series was applied to netdev/net.git (main) by Pablo Neira Ayuso <pablo@netfilter.org>: On Wed, 2 Oct 2024 22:24:18 +0200 you wrote: > From: Phil Sutter <phil@nwl.cc> > > Fix the comment which incorrectly defines it as NLA_U32. > > Fixes: 3b49e2e94e6e ("netfilter: nf_tables: add flow table netlink frontend") > Signed-off-by: Phil Sutter <phil@nwl.cc> > Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> > > [...] Here is the summary with links: - [net,1/4] netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED https://git.kernel.org/netdev/net/c/76f1ed087b56 - [net,2/4] selftests: netfilter: Fix nft_audit.sh for newer nft binaries https://git.kernel.org/netdev/net/c/8a8901564451 - [net,3/4] netfilter: nf_tables: prevent nf_skb_duplicated corruption https://git.kernel.org/netdev/net/c/92ceba94de6f - [net,4/4] selftests: netfilter: Add missing return value https://git.kernel.org/netdev/net/c/10dbd23633f0 You are awesome, thank you!
diff --git a/include/uapi/linux/netfilter/nf_tables.h b/include/uapi/linux/netfilter/nf_tables.h index d6476ca5d7a6..9e9079321380 100644 --- a/include/uapi/linux/netfilter/nf_tables.h +++ b/include/uapi/linux/netfilter/nf_tables.h @@ -1694,7 +1694,7 @@ enum nft_flowtable_flags { * * @NFTA_FLOWTABLE_TABLE: name of the table containing the expression (NLA_STRING) * @NFTA_FLOWTABLE_NAME: name of this flow table (NLA_STRING) - * @NFTA_FLOWTABLE_HOOK: netfilter hook configuration(NLA_U32) + * @NFTA_FLOWTABLE_HOOK: netfilter hook configuration (NLA_NESTED) * @NFTA_FLOWTABLE_USE: number of references to this flow table (NLA_U32) * @NFTA_FLOWTABLE_HANDLE: object handle (NLA_U64) * @NFTA_FLOWTABLE_FLAGS: flags (NLA_U32)