Re: [PATCH net-next 2/2] ipv6: resend MLD report if a link-local address completes DAD
From: David Miller <davem@davemloft.net>
Date: 2013-06-29 04:20:00
From: David Miller <davem@davemloft.net>
Date: 2013-06-29 04:20:00
From: Flavio Leitner <redacted> Date: Thu, 27 Jun 2013 19:04:48 -0300
On Thu, Jun 27, 2013 at 12:07:01AM +0200, Hannes Frederic Sowa wrote:quoted
RFC3590/RFC3810 specifies we should resend MLD reports as soon as a valid link-local address is available. We now use the valid_ll_addr_cnt to check if it is necessary to resend a new report. Changes since Flavio Leitner's version: a) adapt for valid_ll_addr_cnt b) resend first reports directly in the path and just arm the timer for mc_qrv-1 resends. Reported-by: Flavio Leitner <redacted> Cc: Hideaki YOSHIFUJI <redacted> Cc: David Stevens <redacted> Signed-off-by: Hannes Frederic Sowa <redacted> Signed-off-by: Flavio Leitner <redacted> ---Looks good as well and fixes the issue I had. (my signed-off is there already)
Also applied, thanks.