Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID

Add a brief description to the enum's comment.

Fixes: 837830a4b439 ("netfilter: nf_tables: add NFTA_RULE_CHAIN_ID attribute")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Florian Westphal <fw@strlen.de>

authored by

Phil Sutter and committed by
Florian Westphal
fdc04cc2 f4f8a780

+1
+1
include/uapi/linux/netfilter/nf_tables.h
··· 263 263 * @NFTA_RULE_USERDATA: user data (NLA_BINARY, NFT_USERDATA_MAXLEN) 264 264 * @NFTA_RULE_ID: uniquely identifies a rule in a transaction (NLA_U32) 265 265 * @NFTA_RULE_POSITION_ID: transaction unique identifier of the previous rule (NLA_U32) 266 + * @NFTA_RULE_CHAIN_ID: add the rule to chain by ID, alternative to @NFTA_RULE_CHAIN (NLA_U32) 266 267 */ 267 268 enum nft_rule_attributes { 268 269 NFTA_RULE_UNSPEC,