summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ipconfig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipconfig.c b/src/ipconfig.c
index 6ffcd887..e6e63b2e 100644
--- a/src/ipconfig.c
+++ b/src/ipconfig.c
@@ -849,6 +849,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->address = connman_ipaddress_alloc(AF_INET6);
if (ipv6config->address == NULL) {