projects
/
profile
/
ivi
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6a2d1c
)
Set default IPv6 method as off
author
Martin Xu
<martin.xu@intel.com>
Thu, 29 Jul 2010 04:38:37 +0000
(12:38 +0800)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 29 Jul 2010 06:37:58 +0000
(23:37 -0700)
src/ipconfig.c
patch
|
blob
|
history
diff --git
a/src/ipconfig.c
b/src/ipconfig.c
index
6ffcd88
..
e6e63b2
100644
(file)
--- 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) {