> I need to supress this behavior so that my user space routing changes don't
> cause this ICMP redirect.
> I could just dive in and dike out the offending test, but it seems to me
> there must be others with the
> same problem.
Can't you filter out the redirect, e.g. with
ipchains -A output -p icmp -s 0/0 redirect -j DENY
-- Glynn Clements <glynn@sensei.co.uk>- To unsubscribe from this list: send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.rutgers.edu