Since refreshing nf_tables.h, the new name is available. Signed-off-by: Phil Sutter --- iptables/nft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptables/nft.c b/iptables/nft.c index da008070e3016..5c9cc6b389cff 100644 --- a/iptables/nft.c +++ b/iptables/nft.c @@ -4035,7 +4035,7 @@ static int nft_is_expr_compatible(struct nftnl_expr *expr, void *data) return 0; if (!strcmp(name, "bitwise") && - nftnl_expr_get_u32(expr, NFTNL_EXPR_BITWISE_OP) == NFT_BITWISE_BOOL) + nftnl_expr_get_u32(expr, NFTNL_EXPR_BITWISE_OP) == NFT_BITWISE_MASK_XOR) return 0; return -1; -- 2.51.0