Re: [PATCH 2.6.24-rc] [IPV6] NDISC: Fix setting base_reachable_time_ms variable.

2007-10-29 Thread David Miller
From: YOSHIFUJI Hideaki / 吉藤英明 [EMAIL PROTECTED]
Date: Mon, 29 Oct 2007 11:49:54 +0900 (JST)

 This bug was introduced by the commit
 d12af679bcf8995a237560bdf7a4d734f8df5dbb.
 
 Signed-off-by: YOSHIFUJI Hideaki [EMAIL PROTECTED]

Patch applied, thank you!
-
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


[PATCH 2.6.24-rc] [IPV6] NDISC: Fix setting base_reachable_time_ms variable.

2007-10-28 Thread YOSHIFUJI Hideaki / 吉藤英明
This bug was introduced by the commit
d12af679bcf8995a237560bdf7a4d734f8df5dbb.

Signed-off-by: YOSHIFUJI Hideaki [EMAIL PROTECTED]

--- 
diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c
index 20cfc90..36f7dbf 100644
--- a/net/ipv6/ndisc.c
+++ b/net/ipv6/ndisc.c
@@ -1670,7 +1670,7 @@ int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl, int 
write, struct file * f
filp, buffer, lenp, ppos);
 
else if ((strcmp(ctl-procname, retrans_time_ms) == 0) ||
-(strcmp(ctl-procname, base_reacable_time_ms) == 0))
+(strcmp(ctl-procname, base_reachable_time_ms) == 0))
ret = proc_dointvec_ms_jiffies(ctl, write,
   filp, buffer, lenp, ppos);
else

-- 
YOSHIFUJI Hideaki @ USAGI Project  [EMAIL PROTECTED]
GPG-FP  : 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA
-
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