diff options
author | Miao Wang <shankerwangmiao@gmail.com> | 2025-07-17 16:27:37 +0800 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2025-07-17 12:01:41 +0200 |
commit | d33c6ad308cf7b9f627aeed48a5163c0374b5035 (patch) | |
tree | 8deda216ba20e891f70f39d5cc3e44aa1161b384 /include/ebtables | |
parent | 12e6b5ed65fd91ea413a2e45201289c3d01c4e29 (diff) |
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.
Fixes: 24ce7465056ae ("ebtables-compat: add redirect match extension")
Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'include/ebtables')
0 files changed, 0 insertions, 0 deletions