On Wed, Nov 29, 2006 at 04:51:31PM +0800, Li Yewang wrote:
>
> I have also checked other spots where rate_last/rate_tokens is used.
> Those places need not be fixed.
Thanks.
> Following is my patch:
>
> signed-off-by: Li Yewang<[EMAIL PROTECTED]>
Looks good to me. You should cc David Miller <[EMAIL PROTECTED]>
for patch submissions. Please also include a full description each
time you submit the patch.
> --- linux-2.6.19.1/net/ipv4/route.c 2006-12-12 03:32:54.000000000
> +0800
> +++ linux-2.6.19.1/net/ipv4/route.org.c 2006-11-29 16:14:34.592058480
> +0800
> @@ -1327,7 +1327,8 @@ void ip_rt_send_redirect(struct sk_buff
> /* Check for load limit; set rate_last to the latest sent
> * redirect.
> */
> - if (time_after(jiffies,
> + if (rt->u.dst.rate_tokens == 0 ||
> + time_after(jiffies,
> (rt->u.dst.rate_last +
> (ip_rt_redirect_load << rt-
> >u.dst.rate_tokens)))) {
> icmp_send(skb, ICMP_REDIRECT, ICMP_REDIR_HOST, rt-
> >rt_gateway);
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
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