[IPV6]: Call inet6addr_chain notifiers on link down
authorVlad Yasevich <vladislav.yasevich@hp.com>
Sun, 15 Jul 2007 07:16:35 +0000 (00:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Jul 2007 07:16:35 +0000 (00:16 -0700)
commit063ed369c97f8de4cce23bf93bebd7ffacb542ff
tree5f49aa74d457b671879ec6ec001edd4cd06cc758
parentc3bc7cff8fddb6ff9715be8bfc3d911378c4d69d
[IPV6]: Call inet6addr_chain notifiers on link down

Currently if the link is brought down via ip link or ifconfig down,
the inet6addr_chain notifiers are not called even though all
the addresses are removed from the interface.  This caused SCTP
to add duplicate addresses to it's list.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c