Re: [PATCH] bridge: fix parsing of MLDv2 reports

2015-05-22 Thread David Miller
From: Thadeu Lima de Souza Cascardo Date: Fri, 22 May 2015 12:18:59 -0300 > When more than a multicast address is present in a MLDv2 report, all but > the first address is ignored, because the code breaks out of the loop if > there has not been an error adding that address. > > This has caused f

Re: [PATCH] bridge: fix parsing of MLDv2 reports

2015-05-22 Thread Cong Wang
On Fri, May 22, 2015 at 8:18 AM, Thadeu Lima de Souza Cascardo wrote: > When more than a multicast address is present in a MLDv2 report, all but > the first address is ignored, because the code breaks out of the loop if > there has not been an error adding that address. > > This has caused failure

[PATCH] bridge: fix parsing of MLDv2 reports

2015-05-22 Thread Thadeu Lima de Souza Cascardo
When more than a multicast address is present in a MLDv2 report, all but the first address is ignored, because the code breaks out of the loop if there has not been an error adding that address. This has caused failures when two guests connected through the bridge tried to communicate using IPv6.