lkml.org 
[lkml]   [2000]   [Jan]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: dst cache overflow
From
Date

Are you seeing ICMP redirects heading for your server (aside, are they
legit?)

If so then try the following patch (line numbers may be off, I was
sent it quite some time ago).


--- linux-2.3.18/net/ipv4/route.c.orig Thu Oct 7 05:34:08 1999
+++ linux-2.3.18/net/ipv4/route.c Thu Oct 7 05:34:49 1999
@@ -735,7 +735,7 @@
goto do_next;
}

- rt_del(hash, rt);
+ rt_del(hash, rth);
if (!rt_intern_hash(hash, rt, &rt))
ip_rt_put(rt);
goto do_next;

BTW isn't this a "well known problem" and "shouldn't it have been
fixed by now"?



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.051 / U:1.612 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site