From c11e52effa52a12378223800181d06cbae417295 Mon Sep 17 00:00:00 2001 From: keiichi Date: Wed, 22 Oct 2003 02:44:27 +0000 Subject: [PATCH] Wed Oct 22 11:32:25 JST 2003 keiichi@iij.ad.jp * kame/sys/netinet6/in6.c,in6_ifattach.c,mip6_mncore.c,mip6_icmp6.c fixed a panic when removing an interface which has a CoA of a mobile node. Tue Oct 21 12:03:10 JST 2003 keiichi@iij.ad.jp * kame/sys/netinet6/icmp6.c,mip6_cncore.[hc] fixed a bug of icmp dest unreach lost when sending an icmp to an (non-existent) onlink destination with extension headers. also, fixed a coresspondent node bug that ignores icmp dest unreach from a mobile node. Thu Oct 16 17:12:54 JST 2003 keiichi@iij.ad.jp * kame/sys/netinet6/mip6_cncore.[hc] take care the case when a wrapping occurs on the nonce and nodekey ring buffer of a correspondent node. --- CHANGELOG | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 981b824ee9..9c2630dda8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,19 @@ CHANGELOG for KAME kit -$KAME: CHANGELOG,v 1.2495 2003/10/21 06:58:27 jinmei Exp $ +$KAME: CHANGELOG,v 1.2496 2003/10/22 02:44:27 keiichi Exp $ <200310> +Wed Oct 22 11:32:25 JST 2003 keiichi@iij.ad.jp + * kame/sys/netinet6/in6.c,in6_ifattach.c,mip6_mncore.c,mip6_icmp6.c + fixed a panic when removing an interface which has a CoA + of a mobile node. + +Tue Oct 21 12:03:10 JST 2003 keiichi@iij.ad.jp + * kame/sys/netinet6/icmp6.c,mip6_cncore.[hc] + fixed a bug of icmp dest unreach lost when sending an icmp to + an (non-existent) onlink destination with extension headers. + also, fixed a coresspondent node bug that ignores icmp dest unreach + from a mobile node. + 2003-10-17 Hideki ONO * kame/sys/netinet/dccp_*: imported dccp code for freebsd5 from http://www.dccp.org @@ -12,6 +24,11 @@ $KAME: CHANGELOG,v 1.2495 2003/10/21 06:58:27 jinmei Exp $ option in option-24, as well as in option-65001, to catch up with draft-ietf-pim-sm-v2-new-08.txt. +Thu Oct 16 17:12:54 JST 2003 keiichi@iij.ad.jp + * kame/sys/netinet6/mip6_cncore.[hc] + take care the case when a wrapping occurs on the nonce and nodekey + ring buffer of a correspondent node. + 2003-10-15 JINMEI, Tatuya * kame/sys/netinet6/in6_var.h: defined the prf_ra structure outside of the in6_prflags structure to be friendly with C++.