Re: [PATCH net-next 2/2] ipv6: resend MLD report if a link-local address completes DAD
From: Flavio Leitner <hidden>
Date: 2013-06-27 22:04:53
From: Flavio Leitner <hidden>
Date: 2013-06-27 22:04:53
On Thu, Jun 27, 2013 at 12:07:01AM +0200, Hannes Frederic Sowa wrote:
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) Thanks, -- fbl