Skip to content

Commit

Permalink
2001-08-31 JINMEI, Tatuya <jinmei@isl.rdc.toshiba.co.jp>
Browse files Browse the repository at this point in the history
	* kame/sys/netinet6/{in6.c in6_ifattach.c, nd6_rtr.c}: revised the
	support of the privacy extension of stateless address
	configuration, based on draft-ietf-ipngwg-temp-addresses-v2-00.
	See Section 8. of the document to see feature changes.
	* kame/sys/netinet6/in6_var.h: added a new member "ia6_createtime"
	to the in6_ifaddr structure with the change above, in order to
	record the time of creation of an address.  This member is set for
	all addresses, but is only referred for temporary addresses.
  • Loading branch information
jinmei committed Aug 31, 2001
1 parent dd19933 commit d6d2608
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
CHANGELOG for KAME kit
$KAME: CHANGELOG,v 1.1854 2001/08/30 11:33:09 jinmei Exp $
$KAME: CHANGELOG,v 1.1855 2001/08/31 06:23:51 jinmei Exp $

<200108>
2001-08-31 JINMEI, Tatuya <jinmei@isl.rdc.toshiba.co.jp>
* kame/sys/netinet6/{in6.c in6_ifattach.c, nd6_rtr.c}: revised the
support of the privacy extension of stateless address
configuration, based on draft-ietf-ipngwg-temp-addresses-v2-00.
See Section 8. of the document to see feature changes.
* kame/sys/netinet6/in6_var.h: added a new member "ia6_createtime"
to the in6_ifaddr structure with the change above, in order to
record the time of creation of an address. This member is set for
all addresses, but is only referred for temporary addresses.

2001-08-30 JINMEI, Tatuya <jinmei@isl.rdc.toshiba.co.jp>
* bsdi4/sys/netinet/tcp_input.c (tcp_rtlookup): always used
rtcalloc() so that both active and passive connections would make
Expand Down

0 comments on commit d6d2608

Please sign in to comment.