Skip to content

Commit

Permalink
2000-10-25 JINMEI, Tatuya <jinmei@isl.rdc.toshiba.co.jp>
Browse files Browse the repository at this point in the history
	* kame/kame/rtadvd/if.c (if_getmtu): made some clarifications:
	  - first try getifaddrs(), and then do SIOCGIFMTU for safety. The
	    revised logic will safe environments with poor getifaddrs()
	    implementation.
	  - avoid referring to freed data by delaying to call freeifaddrs().
	* kame/kame/rtadvd/rtadvd.conf.5: insistently noted the
	configuration file can be omitted for those who do not read
	rtadvd(8).
  • Loading branch information
jinmei committed Oct 25, 2000
1 parent 7ca4fe5 commit b21bfcc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG
@@ -1,8 +1,18 @@
CHANGELOG for KAME kit

$KAME: CHANGELOG,v 1.1353 2000/10/24 09:51:19 jinmei Exp $
$KAME: CHANGELOG,v 1.1354 2000/10/25 05:16:30 jinmei Exp $

<200010>
2000-10-25 JINMEI, Tatuya <jinmei@isl.rdc.toshiba.co.jp>
* kame/kame/rtadvd/if.c (if_getmtu): made some clarifications:
- first try getifaddrs(), and then do SIOCGIFMTU for safety. The
revised logic will safe environments with poor getifaddrs()
implementation.
- avoid referring to freed data by delaying to call freeifaddrs().
* kame/kame/rtadvd/rtadvd.conf.5: insistently noted the
configuration file can be omitted for those who do not read
rtadvd(8).

2000-10-24 JINMEI, Tatuya <jinmei@isl.rdc.toshiba.co.jp>
* kame/sys/netinet6/nd6_rtr.c (defrouter_select): do not install a
route to the default interface as default route if the node acts
Expand Down

0 comments on commit b21bfcc

Please sign in to comment.