Re: [OpenWrt-Devel] [PATCH 01/10] bridge: multicast to unicast

2019-02-14 Thread Greg Kroah-Hartman
On Thu, Feb 14, 2019 at 11:24:27AM +0100, Linus Walleij wrote: > From: Felix Fietkau > > Implements an optional, per bridge port flag and feature to deliver > multicast packets to any host on the according port via unicast > individually. This is done by copying the packet per host and >

[OpenWrt-Devel] [PATCH 01/10] bridge: multicast to unicast

2019-02-14 Thread Linus Walleij
From: Felix Fietkau Implements an optional, per bridge port flag and feature to deliver multicast packets to any host on the according port via unicast individually. This is done by copying the packet per host and changing the multicast destination MAC to a unicast one accordingly.