[resend] Problem with IP address deletion

2006-12-07 Thread suzuki
Hello Dave, Long time back, I had posted about an issue with ip address deletion. Summary of the problem : I added the dummy device addresses in the following sequence: ip addr add 10.3.3.3/8 dev dummy0 ip addr add 10.3.3.3/32 dev dummy0 ifconfig dummy0 10.3.3.3/32 down ip addr show dummy0

Re: [resend] Problem with IP address deletion

2006-12-08 Thread David Miller
From: suzuki <[EMAIL PROTECTED]> Date: Thu, 07 Dec 2006 17:27:28 -0800 > But, the patch hasn't gone in and I am still seeing the problem on > 2.6.19 :(.. I have tested this patch on 2.6.19 and if fixes the issue there. The patch did go in, but it got reverted because I think it caused problems.

Re: [resend] Problem with IP address deletion

2006-12-08 Thread Thomas Graf
* David Miller <[EMAIL PROTECTED]> 2006-12-08 00:20 > Thomas do you remember why we reverted? Didn't it break something > else or did we find a better solution to the problem completely within > iproute2? We found a solution within iproute2 and reverted the patch again, it didn't break things but

Re: [resend] Problem with IP address deletion

2006-12-08 Thread Thomas Graf
* suzuki <[EMAIL PROTECTED]> 2006-12-07 17:27 > Long time back, I had posted about an issue with ip address deletion. > > Summary of the problem : > > >I added the dummy device addresses in the following sequence: > > > >ip addr add 10.3.3.3/8 dev dummy0 > >ip addr add 10.3.3.3/32 dev dummy0 > >

Re: [resend] Problem with IP address deletion

2006-12-08 Thread Thomas Graf
* suzuki <[EMAIL PROTECTED]> 2006-12-07 17:27 > Long time back, I had posted about an issue with ip address deletion. > > Summary of the problem : > > >I added the dummy device addresses in the following sequence: > > > >ip addr add 10.3.3.3/8 dev dummy0 > >ip addr add 10.3.3.3/32 dev dummy0 > >