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/
This archive was generated by hypermail 2b29 : Sat Jan 15 2000 - 21:00:18 EST