On 05.09.2016 13:54, weiyongjun (A) wrote:
> On 05.09.2016 10:06, Wei Yongjun wrote:
In general, when DAD detected IPv6 duplicate address, ifp->state will
be set to INET6_IFADDR_STATE_ERRDAD and DAD is stopped by a delayed
work, the call tree should be like this:
ndisc_re
On 05.09.2016 10:06, Wei Yongjun wrote:
>>> In general, when DAD detected IPv6 duplicate address, ifp->state will
>>> be set to INET6_IFADDR_STATE_ERRDAD and DAD is stopped by a delayed
>>> work, the call tree should be like this:
>>>
>>> ndisc_recv_ns
>>> -> addrconf_dad_failure<- mis