From: Alexey Dobriyan <[EMAIL PROTECTED]> Date: Sun, 28 May 2006 01:29:25 +0400
> ip_rt_redirect() expects __be32 as second arg, so... > > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> I'm going to cure this by simple killing the 'ip' variable altogether. It is assigned once, to iph->daddr, and used once, as an argument. So just pass iph->daddr directly. Thanks for finding this. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html