ipconfig: Default method is auto for IPv6
authorJukka Rissanen <jukka.rissanen@nokia.com>
Fri, 7 Jan 2011 12:55:10 +0000 (14:55 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 7 Jan 2011 18:28:27 +0000 (19:28 +0100)
src/ipconfig.c

index 3610d46..7a14c42 100644 (file)
@@ -852,7 +852,7 @@ static struct connman_ipconfig *create_ipv6config(int index)
 
        ipv6config->index = index;
        ipv6config->type = CONNMAN_IPCONFIG_TYPE_IPV6;
-       ipv6config->method = CONNMAN_IPCONFIG_METHOD_OFF;
+       ipv6config->method = CONNMAN_IPCONFIG_METHOD_AUTO;
 
        ipv6config->address = connman_ipaddress_alloc(AF_INET6);
        if (ipv6config->address == NULL) {