commit | 8595805aafc8b077e01804c9a3668e9aa3510e89 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Mon Apr 12 05:41:34 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 13 02:29:28 2010 -0700 |
tree | 28079955dec368156072596ee77817ba0ef40da9 | |
parent | d1f84c63a465d6ba16955930519b7f68c550cae1 [diff] |
IPv6: only notify protocols if address is compeletely gone The notifier for address down should only be called if address is completely gone, not just being marked as tentative on link transistion. 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>