On Fri, Nov 03, 2023 at 11:23:25AM +0100, Florian Westphal wrote: > Signed-off-by: Florian Westphal <fw@xxxxxxxxx> > --- > extensions/libarpt_mangle.c | 47 +++++++++++ > iptables/nft-arp.c | 153 +++++++++++++++++++++++++++++++++++ > iptables/xtables-multi.h | 1 + > iptables/xtables-nft-multi.c | 1 + > iptables/xtables-translate.c | 35 +++++++- > 5 files changed, 236 insertions(+), 1 deletion(-) This misses an update to libxt_MARK.c: The contained arptables target does not have an xlate callback (though I guess the existing mark_tg_xlate should serve as-is). Cheers, Phil