On Mon, Feb 24, 2020 at 01:11:58PM +0000, Jeremy Sowden wrote: > The kernel supports passing mask and xor values for bitwise boolean > operations via registers. These are mutually exclusive with the > existing data attributes: e.g., setting both NFTA_EXPR_BITWISE_MASK and > NFTA_EXPR_BITWISE_MREG is an error. Add support to libnftnl. > > The first patch fixes a typo, the second updates the UAPI header and > the last contains the implementation. Applied, thanks.