From: Jose Luis Domingo Lopez <linux-kernel@24x7linux.com>
To: linux-kernel@vger.kernel.org
Subject: Re: Disabling route cache
Date: Mon, 9 Aug 2004 16:25:55 +0200 [thread overview]
Message-ID: <20040809142555.GC4917@localhost> (raw)
In-Reply-To: <000701c47d75$7f529260$8001a8c0@CPQ31353534830>
On Monday, 09 August 2004, at 02:28:18 +0800,
ken wrote:
> I am building Linux routers with multiple DSL WAN links. I'm using
> iproute2 to load balance users onto the Internet. However, with IP route
> cache the result is sometimes poor. Is there a way to disable route
> caching in the kernel.
>
If the problem is that after a link/ISP failure some already stablished
connections or new connections use the cached route to go through the
failed link, you can make the kernel forget about any route caches it
currently has with the command:
# ip route flush cache
You can check the routing cache at any time with:
# ip route show cache
Hope it helps.
--
Jose Luis Domingo Lopez
Linux Registered User #189436 Debian Linux Sid (Linux 2.6.8-rc2-mm2)
prev parent reply other threads:[~2004-08-09 14:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-08 18:28 Disabling route cache ken
2004-08-09 14:25 ` Jose Luis Domingo Lopez [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040809142555.GC4917@localhost \
--to=linux-kernel@24x7linux.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox