From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haile Seifu Subject: Re: IPv6 neighbor advertisements Date: Fri, 26 Mar 2010 10:40:08 -0400 Message-ID: References: <20100325.230733.214002385.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: David Miller To: netdev@vger.kernel.org Return-path: Received: from mail-pz0-f194.google.com ([209.85.222.194]:57785 "EHLO mail-pz0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751397Ab0CZOkJ (ORCPT ); Fri, 26 Mar 2010 10:40:09 -0400 Received: by pzk32 with SMTP id 32so2634167pzk.4 for ; Fri, 26 Mar 2010 07:40:08 -0700 (PDT) In-Reply-To: <20100325.230733.214002385.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: Hi, Yes, but the neighbor entry can be checked for the protocol type and then the confirmed/updated field can be reset if the else condition is taken. On Fri, Mar 26, 2010 at 2:07 AM, David Miller wrote: > > Keep in mind that net/core/neighbour.c is for IPV4 ARP too. > > So if there is a conflict between what is allowed by ipv4 > and what is allowed by ipv6 in this scenerio, that would > explain it. >