Re: [PATCH] ipconfig: Do not disable IPv6 in lower up state

2013-01-16 Thread Patrik Flykt
On Tue, 2013-01-15 at 16:11 +0200, Jukka Rissanen wrote: Disabling IPv6 in lower up causes problems in IPv6 connectivity. The interface IPv6 status can stay in disabled state because of races. So this patch reverts the commit 4ce90440a70abce7de53 and lets service IPv6 state go to READY

[PATCH] ipconfig: Do not disable IPv6 in lower up state

2013-01-15 Thread Jukka Rissanen
Disabling IPv6 in lower up causes problems in IPv6 connectivity. The interface IPv6 status can stay in disabled state because of races. So this patch reverts the commit 4ce90440a70abce7de53 and lets service IPv6 state go to READY when we get an auto configured address for the interface. Fixes

Re: [PATCH] ipconfig: Do not disable IPv6 in lower up state

2013-01-15 Thread Daniel Wagner
Hi Jukka, On 15.01.2013 15:11, Jukka Rissanen wrote: Disabling IPv6 in lower up causes problems in IPv6 connectivity. The interface IPv6 status can stay in disabled state because of races. So this patch reverts the commit 4ce90440a70abce7de53 and lets service IPv6 state go to READY when we

Re: [PATCH] ipconfig: Do not disable IPv6 in lower up state

2013-01-15 Thread Jukka Rissanen
Hi Daniel, On 15 January 2013 17:21, Daniel Wagner w...@monom.org wrote: I can't remember what the exact setup and problem was. But I played a bit around with AutoConnect=false/true Connect()/Disconnect() and plug/unplug the ethernet cableo on a IPv4/IPv6 network and everything seems to work