On Mon, 24 Apr 2017 15:09:04 +0100
Mike Manning <[email protected]> wrote:
> Flood suppression for packets that are not unicast needs to be handled
> consistently by also not flooding broadcast packets. As broadcast is a
> special case of multicast, the same kernel parameter should be used to
> suppress flooding for both of these packet types.
>
> Fixes: b6cb5ac8331b ("net: bridge: add per-port multicast flood flag")
> Cc: Nikolay Aleksandrov <[email protected]>
> Signed-off-by: Mike Manning <[email protected]>
> ---
Makes sense.
Reviewed-by: Stephen Hemminger <[email protected]>