Commit 0a68b031 authored by Hideaki Yoshifuji's avatar Hideaki Yoshifuji

[IPV6]: Fix for refined IPV6 address validation timer.

parent 94cfc6fe
......@@ -947,6 +947,7 @@ void addrconf_prefix_rcv(struct net_device *dev, u8 *opt, int len)
ipv6_ifa_notify((flags&IFA_F_DEPRECATED) ?
0 : RTM_NEWADDR, ifp);
in6_ifa_put(ifp);
addrconf_verify(0);
}
}
in6_dev_put(in6_dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment