[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4AA675D4.8030406@hp.com>
Date: Tue, 08 Sep 2009 11:18:44 -0400
From: Brian Haley <brian.haley@...com>
To: Jens Rosenboom <jens@...one.net>
CC: david Miller <davem@...emloft.net>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
Subject: Re: [PATCH] ipv6: Add IFA_F_DADFAILED flag
Jens Rosenboom wrote:
>> --- a/net/ipv6/addrconf.c
>> +++ b/net/ipv6/addrconf.c
>> @@ -1376,7 +1376,7 @@ static void addrconf_dad_stop(struct inet6_ifaddr *ifp)
>> if (ifp->flags&IFA_F_PERMANENT) {
>> spin_lock_bh(&ifp->lock);
>> addrconf_del_timer(ifp);
>> - ifp->flags |= IFA_F_TENTATIVE;
>> + ifp->flags |= IFA_F_DADFAILED;
>
> I think you still have to set IFA_F_TENTATIVE here, too, otherwise
> ipv6_dev_get_saddr() will use this address.
The tentative bit is still set from when this address was added back
in ipv6_add_addr() from what I can tell, re-setting it here is actually
unnecessary. At least /sbin/ip was still showing it set during my
testing.
-Brian
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists