We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f8a78 commit fdc04ccCopy full SHA for fdc04cc
include/uapi/linux/netfilter/nf_tables.h
@@ -263,6 +263,7 @@ enum nft_chain_attributes {
263
* @NFTA_RULE_USERDATA: user data (NLA_BINARY, NFT_USERDATA_MAXLEN)
264
* @NFTA_RULE_ID: uniquely identifies a rule in a transaction (NLA_U32)
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)
267
*/
268
enum nft_rule_attributes {
269
NFTA_RULE_UNSPEC,
0 commit comments