Re: [PATCH] IPv6 address autoconfiguration does not work after device down/up cycle

2006-02-09 Thread Kristian Slavov
Kristian Slavov wrote: Hi, The following patch seems to get the work done. Patch is against 2.6.15.3. Here's the signed-off tag I forgot to add, should that matter anymore. Signed-off-by: Kristian Slavov <[EMAIL PROTECTED]> BR, -- Krisu - To unsubscribe from this list: send the line "unsubs

Re: [PATCH] IPv6 address autoconfiguration does not work after device down/up cycle

2006-02-08 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Wed, 08 Feb 2006 15:59:31 -0800 (PST)), "David S. Miller" <[EMAIL PROTECTED]> says: > > Good spot. Please drop {}, otherwise, I agree. Thank you. > > I'll take care of fixing that when I put in the fix. Okay, thanks. Acked-by: YOSHIFUJI Hideaki <[EMAIL PROT

Re: [PATCH] IPv6 address autoconfiguration does not work after device down/up cycle

2006-02-08 Thread David S. Miller
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> Date: Thu, 09 Feb 2006 08:44:36 +0900 (JST) > Hello. > > In article <[EMAIL PROTECTED]> (at Wed, 08 Feb 2006 17:17:24 +0200), Kristian > Slavov <[EMAIL PROTECTED]> says: > > > During NETDEV_DOWN we clear IF_READY, and we don't set it back in > > NETD

Re: [PATCH] IPv6 address autoconfiguration does not work after device down/up cycle

2006-02-08 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. In article <[EMAIL PROTECTED]> (at Wed, 08 Feb 2006 17:17:24 +0200), Kristian Slavov <[EMAIL PROTECTED]> says: > During NETDEV_DOWN we clear IF_READY, and we don't set it back in > NETDEV_UP. While starting to perform DAD on the link-local address, we > notice that the device is not in

Re: [PATCH] IPv6 address autoconfiguration does not work after device down/up cycle

2006-02-08 Thread Juha-Matti Tapio
On Wed, Feb 08, 2006 at 05:17:24PM +0200, Kristian Slavov wrote: > During NETDEV_DOWN we clear IF_READY, and we don't set it back in > NETDEV_UP. While starting to perform DAD on the link-local address, we > notice that the device is not in IF_READY, and we abort autoconfiguration > process (whi

[PATCH] IPv6 address autoconfiguration does not work after device down/up cycle

2006-02-08 Thread Kristian Slavov
Hi, If you set network interface down and up again, the IPv6 address autoconfiguration does not work. 'ip addr' shows that the link-local address is in tentative state. We don't even react to periodical router advertisements. During NETDEV_DOWN we clear IF_READY, and we don't set it back in