summaryrefslogtreecommitdiffstats
path: root/include/libnftnl/expr.h
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2020-01-17 20:58:06 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2020-01-18 21:23:29 +0100
commit3fb5640916acdc413f2f7baccbd27e9e03970717 (patch)
treef9937fe3ef087f4845ef163e7001d7077cd3ea15 /include/libnftnl/expr.h
parent154104a261526f51810c7b266de949c6e702e7d5 (diff)
include: update nf_tables.h.
The kernel UAPI header includes a couple of new bitwise netlink attributes and an enum. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/libnftnl/expr.h')
-rw-r--r--include/libnftnl/expr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libnftnl/expr.h b/include/libnftnl/expr.h
index 3e0f5b0..cfe456d 100644
--- a/include/libnftnl/expr.h
+++ b/include/libnftnl/expr.h
@@ -116,6 +116,8 @@ enum {
NFTNL_EXPR_BITWISE_LEN,
NFTNL_EXPR_BITWISE_MASK,
NFTNL_EXPR_BITWISE_XOR,
+ NFTNL_EXPR_BITWISE_OP,
+ NFTNL_EXPR_BITWISE_DATA,
};
enum {