summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/telephony.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/telephony.c b/plugins/telephony.c
index ea0bf655..88703edf 100644
--- a/plugins/telephony.c
+++ b/plugins/telephony.c
@@ -1202,8 +1202,11 @@ static void __set_network_connected(struct telephony_network *network,
case CONNMAN_IPCONFIG_METHOD_OFF:
case CONNMAN_IPCONFIG_METHOD_MANUAL:
case CONNMAN_IPCONFIG_METHOD_DHCP:
+ break;
case CONNMAN_IPCONFIG_METHOD_AUTO:
- DBG("ipv6 not supported");
+ connman_network_set_ipv6_method(network->network,
+ network->ipv6_method);
+ setip = TRUE;
break;
case CONNMAN_IPCONFIG_METHOD_FIXED: