David Woodhouse <dw...@infradead.org> writes:

> On Thu, 2010-07-29 at 12:38 +0800, martin...@intel.com wrote:
>> From: Martin Xu <martin...@intel.com>
>> 
>> ---
>>  src/ipconfig.c |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>> 
>> diff --git a/src/ipconfig.c b/src/ipconfig.c
>> index 6ffcd88..e6e63b2 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) {
>
> Because you don't yet support RA, this isn't going to break my normal
> IPv6 connectivity, right?

At least for me it's still working. I have been running connman with
this patch and ipv6 is working in my network (I use radvd in my router).

-- 
Kalle Valo
_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to