Skip to content

Commit

Permalink
2005-07-23 JINMEI, Tatuya <jinmei@isl.rdc.toshiba.co.jp>
Browse files Browse the repository at this point in the history
	* freebsd5/sys/net/rtsock.c: added support for IPv6 scoped
	  addresses for routing sockets:
	- route_output() now accepts IPv6 addresses with non-0
	  sin6_scope_id field and converts those into the kernel internal
	  form.
	- rt_msg[12]() recovers the embedded scope zone ID and set the
	  sin6_scope_id field appropriately.
	* freebsd5/sbin/{ifconfig,route}: got rid of ugly (but still
	incomplete) special cases for IPv6 link-local addresses thanks to
	this change.
  • Loading branch information
jinmei committed Jul 23, 2005
1 parent f8fd866 commit f02dd7d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG
@@ -1,7 +1,19 @@
CHANGELOG for KAME kit
$KAME: CHANGELOG,v 1.2786 2005/07/22 12:14:29 suz Exp $
$KAME: CHANGELOG,v 1.2787 2005/07/23 08:20:47 jinmei Exp $

<200507>
2005-07-23 JINMEI, Tatuya <jinmei@isl.rdc.toshiba.co.jp>
* freebsd5/sys/net/rtsock.c: added support for IPv6 scoped
addresses for routing sockets:
- route_output() now accepts IPv6 addresses with non-0
sin6_scope_id field and converts those into the kernel internal
form.
- rt_msg[12]() recovers the embedded scope zone ID and set the
sin6_scope_id field appropriately.
* freebsd5/sbin/{ifconfig,route}: got rid of ugly (but still
incomplete) special cases for IPv6 link-local addresses thanks to
this change.

2005-07-22 SUZUKI, Shinsuke <suz@kame.net>
* freebsd5/sys/fs/devfs/devfs_vnops.c:
FreeBSD Security Advisory FreeBSD-SA-05:17.devfs
Expand Down

0 comments on commit f02dd7d

Please sign in to comment.