changeset 2950:9403b51adfc5 draft

No need to check this again.
author Roy Marples <roy@marples.name>
date Wed, 18 Feb 2015 16:43:54 +0000
parents a3b53bb6aade
children 46e9825593fd
files ipv6.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ipv6.c	Wed Feb 18 13:40:40 2015 +0000
+++ b/ipv6.c	Wed Feb 18 16:43:54 2015 +0000
@@ -1097,9 +1097,6 @@
 	struct ipv6_addr *ap, *ap2;
 	int dadcounter;
 
-	if (ipv6_linklocal(ifp))
-		return 0;
-
 	/* Check sanity before malloc */
 	if (!(ifp->options->options & DHCPCD_SLAACPRIVATE)) {
 		switch (ifp->family) {