From c8cc25b987e761d6924b5517f10dd0686685942d Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 31 Mar 2020 20:49:54 +0200 Subject: Revert "bitwise: add support for passing mask and xor via registers." This reverts commit 75b8778e5bf630a3fc13e5d76bc64838135f02a9. Kernel support for this new feature might be reworked, keep this back. Signed-off-by: Pablo Neira Ayuso --- include/libnftnl/expr.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/libnftnl/expr.h b/include/libnftnl/expr.h index edeeeb1..cfe456d 100644 --- a/include/libnftnl/expr.h +++ b/include/libnftnl/expr.h @@ -118,8 +118,6 @@ enum { NFTNL_EXPR_BITWISE_XOR, NFTNL_EXPR_BITWISE_OP, NFTNL_EXPR_BITWISE_DATA, - NFTNL_EXPR_BITWISE_MREG, - NFTNL_EXPR_BITWISE_XREG, }; enum { -- cgit v1.2.3