lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090218.155207.139931991.davem@davemloft.net>
Date:	Wed, 18 Feb 2009 15:52:07 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	homecreate@...t.ru
Cc:	netdev@...r.kernel.org
Subject: Re: Why linux keeps connected routes when link goes down

From: Ханкин Константин <homecreate@...t.ru>
Date: Thu, 19 Feb 2009 02:03:40 +0500

> So the main question is: why linux keeps connected routes when link
> goes down?

Because the IP addresses are still assigned to the interface.

IP addresses are owned by the "host" rather than specific interfaces
under Linux.  So just bringing an interface down does not disable
IP addresses configured to that interface.

If you want all the routes to go away, explicitly delete the IP
addresses.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ