From: Daniel Wagner <[email protected]>
When enabling IPv6 when loading the Service properties, the Service
state machine gets out of sync when AutoConnect is disabled.
At this point we should only load the properties and let the
Service state machine decide when to enable the ipconfigs.
And the good news is that the core handles this already.
---
src/ipconfig.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/ipconfig.c b/src/ipconfig.c
index 79aed71..65ea278 100644
--- a/src/ipconfig.c
+++ b/src/ipconfig.c
@@ -2196,9 +2196,6 @@ int __connman_ipconfig_load(struct connman_ipconfig
*ipconfig,
ipconfig->ipv6_privacy_config = string2privacy(privacy);
g_free(pprefix);
g_free(privacy);
-
- __connman_ipconfig_enable(ipconfig);
- enable_ipv6(ipconfig);
}
}
--
1.7.9.3.362.g71319
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman