On Sun, Mar 27, 2022 at 11:36:25PM +0100, Jeremy Sowden wrote: > The `nft_bitwise_reduce` and `nft_bitwise_fast_reduce` functions should > compare the bitwise operation in `expr` with the tracked operation > associated with the destination register of `expr`. However, instead of > being called on `expr` and `track->regs[priv->dreg].selector`, > `nft_expr_priv` is called on `expr` twice, so both reduce functions > return true even when the operations differ. Good catch, applied thanks