]> git.baikalelectronics.ru Git - kernel.git/commit
IPv6: only notify protocols if address is compeletely gone
authorstephen hemminger <shemminger@vyatta.com>
Mon, 12 Apr 2010 05:41:34 +0000 (05:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Apr 2010 09:29:28 +0000 (02:29 -0700)
commitc48b2a0349314d04fb2b0e07dad7bbabcab1ab53
tree28079955dec368156072596ee77817ba0ef40da9
parenta3d5f7edb3dfcc30b580bc118be15ff9fd1c251f
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>
net/ipv6/addrconf.c