Skip to content

Commit

Permalink
Wed Oct 22 11:32:25 JST 2003 keiichi@iij.ad.jp
Browse files Browse the repository at this point in the history
	* 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.
  • Loading branch information
keiichi committed Oct 22, 2003
1 parent e4c55d2 commit c11e52e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion 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 <ono@soft.net.fujitsu.co.jp>
* kame/sys/netinet/dccp_*: imported dccp code for freebsd5
from http://www.dccp.org
Expand All @@ -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 <jinmei@isl.rdc.toshiba.co.jp>
* kame/sys/netinet6/in6_var.h: defined the prf_ra structure
outside of the in6_prflags structure to be friendly with C++.
Expand Down

0 comments on commit c11e52e

Please sign in to comment.