#Realtek / #OpenWrt / #switchdev: So I can trap packets, like MLD, to the CPU via the packet inspection engine now. Now I want the Linux bridge to (potentially) forward MLD in accordance to #RFC4541, that is to all mc router ports. However the bridge will last-minute bail out bc. nbp_switchdev_allowed_egress() is false bc. it came from an offloaded port.
Changing skb->offload_fwd_mark to 0 somewhere would be the easiest. But not quite sure where and if that'd be too hacky. 1/2