On Fri, Oct 30, 2020 at 02:24:49PM +0100, Phil Sutter wrote: > Just like with class-based prefix matches in iptables-nft, optimize > masked MAC address matches if the mask is on a byte-boundary. > > To reuse the logic in add_addr(), extend it to accept the payload base > value via parameter. This also looks fine, thanks.