On Thu, Oct 01, 2020 at 06:57:44PM +0200, Phil Sutter wrote: > A typical use of bitwise expression is to mask out parts of an IP > address when matching on the network part only. Optimize for this common > use with a fast variant for NFT_BITWISE_BOOL-type expressions operating > on 32bit-sized values. Applied, thanks.