[IPV6]: Defer IPv6 device initialization until the link becomes ready.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Wed, 21 Dec 2005 13:57:24 +0000 (22:57 +0900)
committerYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Wed, 21 Dec 2005 13:57:24 +0000 (22:57 +0900)
commit3c21edbd113788b110116141c8078623a0900b6a
treeb6d7cc0655f0965725e6b3a025724ea018c53c4a
parent8de3351e6e0a1081fbf6864ae37839e327699a08
[IPV6]: Defer IPv6 device initialization until the link becomes ready.

NETDEV_UP might be sent even if the link attached to the interface was
not ready.  DAD does not make sense in such case, so we won't do so.
After interface

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
include/net/if_inet6.h
net/ipv6/addrconf.c