]> git.karo-electronics.de Git - karo-tx-linux.git/commit
IPv6: only notify protocols if address is completely gone
authorStephen Hemminger <shemminger@vyatta.com>
Mon, 24 May 2010 18:33:00 +0000 (11:33 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 2 Aug 2010 17:29:41 +0000 (10:29 -0700)
commitec6aa42401e6812b909d10bf89f571fb85c21139
tree3fdd3e97d0542f71c9065113a974818c8a770800
parent0f5eb5d25df6e95ec2f31a4be2a7312327562a0e
IPv6: only notify protocols if address is completely gone

(cherry picked from commit 8595805aafc8b077e01804c9a3668e9aa3510e89)

The notifier for address down should only be called if address is completely
gone, not just being marked as tentative on link transition. The code
in net-next would case bonding/sctp/s390 to see address disappear on link
down, but they would never see it reappear on link up.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv6/addrconf.c