netdev
[Top] [All Lists]

[IPV4] Disable MULTIPATH_CACHED on input path

To: "David S. Miller" <davem@xxxxxxxxxxxxx>, Alexey Kuznetsov <kuznet@xxxxxxxxxxxxx>, netdev@xxxxxxxxxxx
Subject: [IPV4] Disable MULTIPATH_CACHED on input path
From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 5 Apr 2005 23:04:41 +1000
Sender: netdev-bounce@xxxxxxxxxxx
User-agent: Mutt/1.5.6+20040907i
Hi Dave:

Since we're not doing multipath selection on the input path yet,
we should disable the code that inserts the multipath route
entries for the input path.

As it is we are inserting a whole bunch of useless entries as
well as breaking multipath routing for the input path (forwarded
packets) completely.

I left the code around since we're planning to do this at
some point.

Signed-off-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>

As this code is going to stick around, I'm going to fix it :)
Expect more patches soon.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Attachment: p
Description: Text document

<Prev in Thread] Current Thread [Next in Thread>
  • [IPV4] Disable MULTIPATH_CACHED on input path, Herbert Xu <=