Re: [PATCH] Fix IPv6 address deletion

2005-12-21 Thread David S. Miller
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> Date: Wed, 21 Dec 2005 21:43:48 +0900 (JST) > In article <[EMAIL PROTECTED]> (at Wed, 21 Dec 2005 14:28:25 +0200), Kristian > Slavov <[EMAIL PROTECTED]> says: > > > If you add more than one IPv6 address belonging to the same prefix and > > delete the

Re: [PATCH] Fix IPv6 address deletion

2005-12-21 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Wed, 21 Dec 2005 14:28:25 +0200), Kristian Slavov <[EMAIL PROTECTED]> says: > If you add more than one IPv6 address belonging to the same prefix and > delete the address that was last added, routing table entry for that > prefix is also deleted. : > Signed-off

[PATCH] Fix IPv6 address deletion

2005-12-21 Thread Kristian Slavov
Hi, If you add more than one IPv6 address belonging to the same prefix and delete the address that was last added, routing table entry for that prefix is also deleted. Tested on 2.6.14.4 To reproduce: ip addr add 3ffe::1/64 dev eth0 ip addr add 3ffe::2/64 dev eth0 /* wait DAD */ sleep 1 ip ad