|
@@ -1380,6 +1380,8 @@ static void addrconf_dad_stop(struct inet6_ifaddr *ifp, int dad_failed)
|
|
|
if (dad_failed)
|
|
if (dad_failed)
|
|
|
ifp->flags |= IFA_F_DADFAILED;
|
|
ifp->flags |= IFA_F_DADFAILED;
|
|
|
spin_unlock_bh(&ifp->lock);
|
|
spin_unlock_bh(&ifp->lock);
|
|
|
|
|
+ if (dad_failed)
|
|
|
|
|
+ ipv6_ifa_notify(0, ifp);
|
|
|
in6_ifa_put(ifp);
|
|
in6_ifa_put(ifp);
|
|
|
#ifdef CONFIG_IPV6_PRIVACY
|
|
#ifdef CONFIG_IPV6_PRIVACY
|
|
|
} else if (ifp->flags&IFA_F_TEMPORARY) {
|
|
} else if (ifp->flags&IFA_F_TEMPORARY) {
|