Re: [PATCH ipv6 v2 10/15] service: IPv6 autoconf will change the service state.

2011-02-09 Thread Samuel Ortiz
Hi Jukka, On Tue, Feb 08, 2011 at 12:30:13PM +0200, Jukka Rissanen wrote: > --- > src/service.c | 28 > 1 files changed, 28 insertions(+), 0 deletions(-) > > diff --git a/src/service.c b/src/service.c > index 89f7b4d..28a8f6a 100644 > --- a/src/service.c > +++ b/sr

RE: [PATCH ipv6 v2 10/15] service: IPv6 autoconf will change the service state.

2011-02-10 Thread Jukka.Rissanen
Hi Samuel, ext Samuel Ortiz wrote: > Hi Jukka, > > On Tue, Feb 08, 2011 at 12:30:13PM +0200, Jukka Rissanen wrote: >> --- >> src/service.c | 28 >> 1 files changed, 28 insertions(+), 0 deletions(-) >> >> diff --git a/src/service.c b/src/service.c index 89f7b4d..28

RE: [PATCH ipv6 v2 10/15] service: IPv6 autoconf will change the service state.

2011-02-10 Thread Jukka.Rissanen
>> Why do we need that if we already set the IPv6 state in >> network.c:set_connected() ? >> > > This is needed so that if RA is received so we automagically go to > READY state. > Forgot to mention that this can happen for example if IPv6 is enabled manually without connman involvement. J

Re: [PATCH ipv6 v2 10/15] service: IPv6 autoconf will change the service state.

2011-02-10 Thread Samuel Ortiz
Hi Jukka, On Thu, Feb 10, 2011 at 09:47:38AM +, jukka.rissa...@nokia.com wrote: > > >> Why do we need that if we already set the IPv6 state in > >> network.c:set_connected() ? > >> > > > > This is needed so that if RA is received so we automagically go to > > READY state. > > > > Forgot