summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2024-09-25 20:01:20 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-11-08 16:20:35 +0100
commit4b16abbc2b12c1bf326f21b38431d125aaab4291 (patch)
tree7b985fb608a0964948aa21127fc34625c9ecd946 /include/uapi
parent409105f06e378bf20520f2bed9fea865b0822c7f (diff)
downloadlinux-4b16abbc2b12c1bf326f21b38431d125aaab4291.tar.gz
linux-4b16abbc2b12c1bf326f21b38431d125aaab4291.tar.bz2
linux-4b16abbc2b12c1bf326f21b38431d125aaab4291.zip
netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED
[ Upstream commit 76f1ed087b562a469f2153076f179854b749c09a ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/netfilter/nf_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/netfilter/nf_tables.h b/include/uapi/linux/netfilter/nf_tables.h
index 3e6c61d026e3..0ddfe330f642 100644
--- a/include/uapi/linux/netfilter/nf_tables.h
+++ b/include/uapi/linux/netfilter/nf_tables.h
@@ -1516,7 +1516,7 @@ enum nft_object_attributes {
*
* @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)
*/