On Tue, Oct 27, 2020 at 05:56:00PM +0100, Phil Sutter wrote: > This mini-series optimizes prefix matches to skip the "bitwise" > expression if they are byte-bound. We can simply reduce "cmp" expression > length to achieve the same effect. > > The first patch adds support for delinearization, this enables correct > display of the IP address prefix matches added by iptables-nft with my > (not yet accepted) patch applied. > > The second patch enables nft to create such bytecode itself. Patches LGTM, thanks.