Bug#322654: ifconfig not really shutdown interface

2005-08-11 Thread Bernd Eckenfels
On Fri, Aug 12, 2005 at 01:27:17PM +0800, NetSnake wrote: > Use ip command still not work, when use > ip link set eth1 down > the issue still appear. Does it happen with eth0, also? > If it's a kernel bug, what kernel version and compile option are you? I suspect it is an unfixed kernel bug. N

Bug#322654: ifconfig not really shutdown interface

2005-08-11 Thread NetSnake
Use ip command still not work, when use ip link set eth1 down the issue still appear. My hardware list are: Intel e1000 with 2.6.10 kernel Intel e1000 with 2.6.8 kernel Intel e100 with 2.6.10 kernel Intel e100 with 2.4.24-bf2.4 kernel Broadcom 4400 with 2.6.10 kernel Both Debian 3.0 unstabl

Bug#322654: ifconfig not really shutdown interface

2005-08-11 Thread Bernd Eckenfels
On Fri, Aug 12, 2005 at 10:14:55AM +0800, NetSnake wrote: > I thought this should not be a kernel bug, because I tested it both > kernel 2.4.26-bf2.4 and 2.6.6, 2.6.8, 2.6.10. > This make our server's behavor very strange, please fix it. I havent seen this myself, but if it is true, it is a kernel

Bug#322654: ifconfig not really shutdown interface

2005-08-11 Thread NetSnake
Package: net-tools Version: 1.60-15 ifconfig not really shutdown the interface. For example, I config a interface eth1 like this: ifconfig eth1 61.50.120.55 up The interface is working fine, we can ping and ssh to it via this IP. But when I shutdown this interface eth1: ifconfig eth1 down When