From mboxrd@z Thu Jan 1 00:00:00 1970 From: Flavio Leitner Subject: Re: [PATCH net-next 2/2] ipv6: resend MLD report if a link-local address completes DAD Date: Thu, 27 Jun 2013 19:04:48 -0300 Message-ID: <20130627220448.GB25037@obelix.rh> References: <20130626220701.GA26180@order.stressinduktion.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: netdev@vger.kernel.org, yoshfuji@linux-ipv6.org, dlstevens@us.ibm.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:6882 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753249Ab3F0WEx (ORCPT ); Thu, 27 Jun 2013 18:04:53 -0400 Content-Disposition: inline In-Reply-To: <20130626220701.GA26180@order.stressinduktion.org> Sender: netdev-owner@vger.kernel.org List-ID: 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 > Cc: Hideaki YOSHIFUJI > Cc: David Stevens > Signed-off-by: Hannes Frederic Sowa > Signed-off-by: Flavio Leitner > --- Looks good as well and fixes the issue I had. (my signed-off is there already) Thanks, -- fbl