summaryrefslogtreecommitdiff
path: root/plugins/telephony.c
diff options
context:
space:
mode:
authortaesub.kim <taesub.kim@samsung.com>2015-05-27 18:40:23 +0900
committertaesub kim <taesub.kim@samsung.com>2015-05-27 02:42:02 -0700
commit1e3486770b5de4f0e496a7a4103b0e5cb1da8433 (patch)
treed1e963fb98677d20577bf165053488420683da04 /plugins/telephony.c
parent9e7ccc53900e9fe24bfcf56c22a4c6be7b002dc5 (diff)
downloadconnman-1e3486770b5de4f0e496a7a4103b0e5cb1da8433.tar.gz
connman-1e3486770b5de4f0e496a7a4103b0e5cb1da8433.tar.bz2
connman-1e3486770b5de4f0e496a7a4103b0e5cb1da8433.zip
Add support for ipv6
Support the IPv6 auto in cellular network desc : Add the logic if the IPv6 configuration is auto conf in cellular network Change-Id: Ibb0602a449469d42d8caf4c6162caab95136aeff Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Diffstat (limited to 'plugins/telephony.c')
-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: