| To: | linux-kernel@xxxxxxxxxxxxxxx, netdev@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] IPv6: Fix for Refine IPv6 Address Validation Timer |
| From: | YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx> |
| Date: | Sun, 27 Oct 2002 01:10:25 +0900 (JST) |
| Cc: | usagi@xxxxxxxxxxxxxx |
| Organization: | USAGI Project |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Hi,
We sent a patch to refine timing of IPv6 address validation timer.
However, timer was not recalculated on receipt of RA.
This patch fixes this bug.
Patch is for 2.4.20-pre11.
Thanks.
Index: net/ipv6/addrconf.c
===================================================================
RCS file: /cvsroot/usagi/usagi-backport/linux24/net/ipv6/addrconf.c,v
retrieving revision 1.1.1.2
retrieving revision 1.1.1.2.26.1
diff -u -r1.1.1.2 -r1.1.1.2.26.1
--- net/ipv6/addrconf.c 9 Oct 2002 01:35:53 -0000 1.1.1.2
+++ net/ipv6/addrconf.c 26 Oct 2002 15:55:14 -0000 1.1.1.2.26.1
@@ -947,6 +947,7 @@
ipv6_ifa_notify((flags&IFA_F_DEPRECATED) ?
0 : RTM_NEWADDR, ifp);
in6_ifa_put(ifp);
+ addrconf_verify(0);
}
}
in6_dev_put(in6_dev);
--
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@xxxxxxxxxxxxxx>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF 80D8 4807 F894 E062 0EEA
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: The return of the return of crunch time (2.5 merge candidate list 1.6) (crypto api info), James Morris |
|---|---|
| Next by Date: | RE: NIC on 2.4.19 SMP (mii-diag output), Feldman, Scott |
| Previous by Thread: | Re: The return of the return of crunch time (2.5 merge candidate list 1.6) (crypto api info), James Morris |
| Next by Thread: | Re: [PATCH] IPv6: Fix for Refine IPv6 Address Validation Timer, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |