commit | 2c12a74cc4aeaebc378aa40ee11c7761a8ed05e0 | [log] [tgz] |
---|---|---|
author | Michal Wrobel <xmxwx@asn.pl> | Mon Feb 26 15:36:10 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Feb 28 09:41:58 2007 -0800 |
tree | cf234e9f4c5a8594c53107d6bf8e9a25787d49df | |
parent | 3a765aa528401c7aec2208f7ed1276b232b24c57 [diff] |
[IPV6]: anycast refcnt fix This patch fixes a bug in Linux IPv6 stack which caused anycast address to be added to a device prior DAD has been completed. This led to incorrect reference count which resulted in infinite wait for unregister_netdevice completion on interface removal. Signed-off-by: Michal Wrobel <xmxwx@asn.pl> Signed-off-by: David S. Miller <davem@davemloft.net>