From: "Boris Sukholitko" <[EMAIL PROTECTED]>
Date: Sun, 5 Nov 2006 16:00:20 +0200
> We've noticed that when taking network interface down the local route
> for its address is preserved.
This behavior is intentional. IP addresses are associated with the
system, not a particular network interface.
* Boris Sukholitko <[EMAIL PROTECTED]> 2006-11-05 16:00
> We've noticed that when taking network interface down the local route
> for its address is preserved. The following console session
> illustrates it:
>
> # ip addr add 5.5.5.5 dev eth4
> # ip route list table all | grep eth4
> local 5.5.5.5
Hi,
We've noticed that when taking network interface down the local route
for its address is preserved. The following console session
illustrates it:
# ip addr add 5.5.5.5 dev eth4
# ip route list table all | grep eth4
local 5.5.5.5 dev eth4 table 255 vrf 0 proto kernel scope host src 5.5.5