Hi Wang Miao, On Thu, Jul 17, 2025 at 04:27:37PM +0800, Miao Wang via B4 Relay wrote: > From: Miao Wang <shankerwangmiao@xxxxxxxxx> > > The redirect target in ebtables do two things: 1. set skb->pkt_type to > PACKET_HOST, and 2. set the destination mac address to the address of > the receiving bridge device (when not used in BROUTING chain), or the > receiving physical device (otherwise). However, the later cannot be > implemented in nftables not given the translated mac address. So it is > not appropriate to give a specious translation. > > This patch disables the translation to prevent possible misunderstanding. ACK, better drop the translation for now if it behaves differently to the original. > Fixes: 24ce7465056ae ("ebtables-compat: add redirect match extension") > Signed-off-by: Miao Wang <shankerwangmiao@xxxxxxxxx> Patch applied, thanks!