From 3fb5640916acdc413f2f7baccbd27e9e03970717 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Fri, 17 Jan 2020 20:58:06 +0000 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- include/libnftnl/expr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libnftnl') 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 { -- cgit v1.2.3