Skip to content

Commit 76f1ed0

Browse files
Phil Sutterummakynes
authored andcommitted
netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED
Fix the comment which incorrectly defines it as NLA_U32. Fixes: 3b49e2e ("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>
1 parent aef3a58 commit 76f1ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/uapi/linux/netfilter/nf_tables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ enum nft_flowtable_flags {
16941694
*
16951695
* @NFTA_FLOWTABLE_TABLE: name of the table containing the expression (NLA_STRING)
16961696
* @NFTA_FLOWTABLE_NAME: name of this flow table (NLA_STRING)
1697-
* @NFTA_FLOWTABLE_HOOK: netfilter hook configuration(NLA_U32)
1697+
* @NFTA_FLOWTABLE_HOOK: netfilter hook configuration (NLA_NESTED)
16981698
* @NFTA_FLOWTABLE_USE: number of references to this flow table (NLA_U32)
16991699
* @NFTA_FLOWTABLE_HANDLE: object handle (NLA_U64)
17001700
* @NFTA_FLOWTABLE_FLAGS: flags (NLA_U32)

0 commit comments

Comments
 (0)