Re: [PATCH v2] net: bridge: allow IPv6 when multicast flood is disabled

2017-03-01 Thread David Miller
From: Mike Manning Date: Wed, 1 Mar 2017 09:55:28 + > Even with multicast flooding turned off, IPv6 ND should still work so > that IPv6 connectivity is provided. Allow this by continuing to flood > multicast traffic originated by us. > > Fixes: b6cb5ac8331b ("net: bridge: add per-port multic

Re: [PATCH v2] net: bridge: allow IPv6 when multicast flood is disabled

2017-03-01 Thread Nikolay Aleksandrov
On 01/03/17 11:55, Mike Manning wrote: > Even with multicast flooding turned off, IPv6 ND should still work so > that IPv6 connectivity is provided. Allow this by continuing to flood > multicast traffic originated by us. > > Fixes: b6cb5ac8331b ("net: bridge: add per-port multicast flood flag") >

[PATCH v2] net: bridge: allow IPv6 when multicast flood is disabled

2017-03-01 Thread Mike Manning
Even with multicast flooding turned off, IPv6 ND should still work so that IPv6 connectivity is provided. Allow this by continuing to flood multicast traffic originated by us. Fixes: b6cb5ac8331b ("net: bridge: add per-port multicast flood flag") Cc: Nikolay Aleksandrov Signed-off-by: Mike Mannin