HomeFreeBSD

Execute nd6_dad_timer() in the network epoch, since nd6_dad_duplicated()

Description

Execute nd6_dad_timer() in the network epoch, since nd6_dad_duplicated()
requires it.
Make nd6_dad_starttimer() require network epoch. Two calls out of three
happen from nd6_dad_timer(). Enter epoch in the remaining one.

Details