Skip to content

Commit

Permalink
* Put IPPROTO_UDP into IPv6 header.
Browse files Browse the repository at this point in the history
  Because conversion of IP header part is shared with TCP, default
  protocol was set as TCP.
* Calculate UDP checksum which was converted to IPv6.
  I forgot to re-calculate it.
  • Loading branch information
fujisawa committed Mar 20, 2001
1 parent 1042e55 commit c5634df
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
CHANGELOG for KAME kit

$KAME: CHANGELOG,v 1.1609 2001/03/20 02:57:25 itojun Exp $
$KAME: CHANGELOG,v 1.1610 2001/03/20 13:11:52 fujisawa Exp $

<200103>
2001-03-20 Shin'ichi Fujisawa <shin@loquat.rant.net>
* Put IPPROTO_UDP into IPv6 header.
Because conversion of IP header part is shared with TCP, default
protocol was set as TCP.
* Calculate UDP checksum which was converted to IPv6.
I forgot to re-calculate it.

Tue Mar 20 11:56:08 JST 2001 itojun@iijlab.net
* sys/netinet6/icmp6.c: change interpretation of
net.inet6.icmp6.nodeinfo from true/false to bitmap.
Expand Down

0 comments on commit c5634df

Please sign in to comment.