diff options
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/netfilter/nf_tables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/netfilter/nf_tables.h b/include/uapi/linux/netfilter/nf_tables.h index 7d4a1992f89c..fbfd229a8e99 100644 --- a/include/uapi/linux/netfilter/nf_tables.h +++ b/include/uapi/linux/netfilter/nf_tables.h | |||
| @@ -153,6 +153,7 @@ enum nft_chain_attributes { | |||
| 153 | * @NFTA_RULE_HANDLE: numeric handle of the rule (NLA_U64) | 153 | * @NFTA_RULE_HANDLE: numeric handle of the rule (NLA_U64) |
| 154 | * @NFTA_RULE_EXPRESSIONS: list of expressions (NLA_NESTED: nft_expr_attributes) | 154 | * @NFTA_RULE_EXPRESSIONS: list of expressions (NLA_NESTED: nft_expr_attributes) |
| 155 | * @NFTA_RULE_COMPAT: compatibility specifications of the rule (NLA_NESTED: nft_rule_compat_attributes) | 155 | * @NFTA_RULE_COMPAT: compatibility specifications of the rule (NLA_NESTED: nft_rule_compat_attributes) |
| 156 | * @NFTA_RULE_POSITION: numeric handle of the previous rule (NLA_U64) | ||
| 156 | */ | 157 | */ |
| 157 | enum nft_rule_attributes { | 158 | enum nft_rule_attributes { |
| 158 | NFTA_RULE_UNSPEC, | 159 | NFTA_RULE_UNSPEC, |
| @@ -161,6 +162,7 @@ enum nft_rule_attributes { | |||
| 161 | NFTA_RULE_HANDLE, | 162 | NFTA_RULE_HANDLE, |
| 162 | NFTA_RULE_EXPRESSIONS, | 163 | NFTA_RULE_EXPRESSIONS, |
| 163 | NFTA_RULE_COMPAT, | 164 | NFTA_RULE_COMPAT, |
| 165 | NFTA_RULE_POSITION, | ||
| 164 | __NFTA_RULE_MAX | 166 | __NFTA_RULE_MAX |
| 165 | }; | 167 | }; |
| 166 | #define NFTA_RULE_MAX (__NFTA_RULE_MAX - 1) | 168 | #define NFTA_RULE_MAX (__NFTA_RULE_MAX - 1) |
