On Fri, Nov 03, 2023 at 09:49:18PM +0100, Phil Sutter wrote: > On Fri, Nov 03, 2023 at 11:23:24AM +0100, Florian Westphal wrote: > > arptables-legacy supports masks for --h-type, --opcode > > and --proto-type, but arptables-nft did not. > > > > Add this. > > > > Signed-off-by: Florian Westphal <fw@xxxxxxxxx> > > This does not apply without patch 1. Could you please rebase? A test would be good, too. Something like: | --h-length=6/0xffff --opcode=1/255 --h-type=1/0x00ff --proto-type=0x800/0xff00;--h-length=6/65535 --opcode=1/255 --h-type=1/255 --proto-type=0x800/0xff00=;OK appended to extensions/libarpt_standard.t? I notice that number bases expected on input and used on output don't match, this could be a problem in 'arptables-save | arptables-restore'. Cheers, Phil