summaryrefslogtreecommitdiffstats
path: root/include/libnftables/rule.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftables/rule.h')
-rw-r--r--include/libnftables/rule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libnftables/rule.h b/include/libnftables/rule.h
index 129dd29..e17799a 100644
--- a/include/libnftables/rule.h
+++ b/include/libnftables/rule.h
@@ -19,6 +19,8 @@ enum {
NFT_RULE_ATTR_CHAIN,
NFT_RULE_ATTR_HANDLE,
NFT_RULE_ATTR_FLAGS,
+ NFT_RULE_ATTR_COMPAT_PROTO,
+ NFT_RULE_ATTR_COMPAT_FLAGS,
};
void nft_rule_attr_set(struct nft_rule *r, uint16_t attr, void *data);