Re: [PATCH] [IPV6]: Fix Route Lifetime

2005-12-19 Thread David S. Miller
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> Date: Mon, 19 Dec 2005 00:18:48 +0900 (JST) > [IPV6]: Fix route lifetime. > > The route expiration time is stored in rt6i_expires in jiffies. > The argument of rt6_route_add() for adding a route is not the > expiration time in jiffies nor in clock_t, bu

[PATCH] [IPV6]: Fix Route Lifetime

2005-12-18 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. Please apply the following patch to 2.6.15 tree. Thank you. --- [IPV6]: Fix route lifetime. The route expiration time is stored in rt6i_expires in jiffies. The argument of rt6_route_add() for adding a route is not the expiration time in jiffies nor in clock_t, but the lifetime (or time le