On 27/12/2017 09:08, Ryota Ozaki wrote:
There are other paths. nd6_dad_stop is called from in6_purgeaddr, in6_if_link_down and nd6_ioctl. nd6_dad_duplicated is called nd6_dad_timer, nd6_dad_ns_input and nd6_dad_na_input.I added the below assertion in my local repository and found arp_dad_stoptimer is the same situation as nd6_dad_stoptimer :-/
Probably because I based the arp code on the nd6 code :) As it was ancient, I assumed it Just Worked. Roy