Re: [PATCH v2] net: ipv6: Remove addresses for failures with strict DAD

2016-08-22 Thread David Miller
From: Mike Manning Date: Thu, 18 Aug 2016 14:39:40 +0100 > If DAD fails with accept_dad set to 2, global addresses and host routes > are incorrectly left in place. Even though disable_ipv6 is set, > contrary to documentation, the addresses are not dynamically deleted > from the interface. It is o

[PATCH v2] net: ipv6: Remove addresses for failures with strict DAD

2016-08-18 Thread Mike Manning
If DAD fails with accept_dad set to 2, global addresses and host routes are incorrectly left in place. Even though disable_ipv6 is set, contrary to documentation, the addresses are not dynamically deleted from the interface. It is only on a subsequent link down/up that these are removed. The fix is