]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] Fix ipv6 link down handling.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 18 Jul 2007 09:52:33 +0000 (02:52 -0700)
committerWilly Tarreau <w@1wt.eu>
Sat, 25 Aug 2007 15:23:59 +0000 (17:23 +0200)
commit676834f0a9091c428c63f5116657bd9944c35918
treec2c038090b60212d6a4506ee829e246a0c59c1b8
parent66d45a1f0c6b08c5cf528177f1f9d77a34b68e96
[PATCH] Fix ipv6 link down handling.

[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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Willy Tarreau <w@1wt.eu>
net/ipv6/addrconf.c