if_link_ifnet() add the interface to global network interface list, and
is a natural synchronization point, i.e., any threads that obtain the
reference of the interface via ifunit(), ifunit_ref() e.g., can see the
address family dependent data.
Currently there's no reports about the potential synchronization issue,
but we can make guarantee that it will never happen.
MFC after: 2 weeks