Searched hist:"3 d171f3907329d4b1ce31d5ec9c852c5f0269578" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | addrconf.c | diff 3d171f3907329d4b1ce31d5ec9c852c5f0269578 Fri Jan 08 06:47:23 CST 2016 Lubomir Rintel <lkundrak@v3.sk> ipv6: always add flag an address that failed DAD with DADFAILED
The userspace needs to know why is the address being removed so that it can perhaps obtain a new address.
Without the DADFAILED flag it's impossible to distinguish removal of a temporary and tentative address due to DAD failure from other reasons (device removed, manual address removal).
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|