Skip to content

Commit

Permalink
* sys/netinet/icmp6.h: synchronize some of declarations, like RA packet
Browse files Browse the repository at this point in the history
  header structure and value #defines with 2292bis-02.

* netbsd: synchronize with netbsd-current change to cloning routes.
  (1) cloning routes will be marked with RTF_CLONED.  (2) RTF_CLONED
  routes go away when RTF_CLONING routes go away (= ARP cache goes away
  when interface address goes away)  (3) permit overwrite of RTF_CLONED
  by static route settings.
  • Loading branch information
itojun committed Jan 28, 2001
1 parent 2b3ec5d commit 9b998de
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
CHANGELOG for KAME kit

$KAME: CHANGELOG,v 1.1514 2001/01/27 07:12:26 jinmei Exp $
$KAME: CHANGELOG,v 1.1515 2001/01/28 15:27:18 itojun Exp $

<200101>
Mon Jan 29 00:24:00 JST 2001 itojun@iijlab.net
* sys/netinet/icmp6.h: synchronize some of declarations, like RA packet
header structure and value #defines with 2292bis-02.

Sun Jan 28 JST 2001 itojun@iijlab.net
* netbsd: synchronize with netbsd-current change to cloning routes.
(1) cloning routes will be marked with RTF_CLONED. (2) RTF_CLONED
routes go away when RTF_CLONING routes go away (= ARP cache goes away
when interface address goes away) (3) permit overwrite of RTF_CLONED
by static route settings.

2001-01-27 JINMEI, Tatuya <jinmei@isl.rdc.toshiba.co.jp>
* kame/kame/libinet6/getaddrinfo.c: obsoleted EAI_ADDRFAMILY and
EAI_NODATA according to the rfc2553bis-02 draft.
Expand Down

0 comments on commit 9b998de

Please sign in to comment.