summaryrefslogtreecommitdiffstats
path: root/include/libnftables/rule.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2013-01-25 15:56:17 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2013-01-25 15:57:33 +0100
commit3ed3c75a9a7a25ba9e8773e8830ab5b3914ef51b (patch)
tree0f96221e25c5a70b8d67c16fdebb4ddafcef2c9a /include/libnftables/rule.h
parente046e39725859d6efc0cb7588694e4983ec46251 (diff)
rule: add protocol and flags support for xtables over nftables
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
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);