From owner-IPv6-jp@jp.freebsd.org  Thu Oct  1 13:34:20 1998
Received: (from daemon@localhost)
	by jaz.jp.freebsd.org (8.9.1+3.1W/8.7.3) id NAA02342;
	Thu, 1 Oct 1998 13:34:20 +0900 (JST)
	(envelope-from owner-IPv6-jp@jp.FreeBSD.org)
Received: from mgo.iij.ad.jp (root@mgo.iij.ad.jp [202.232.15.6])
	by jaz.jp.freebsd.org (8.9.1+3.1W/8.7.3) with ESMTP id NAA02334
	for <IPv6-jp@jp.freebsd.org>; Thu, 1 Oct 1998 13:34:16 +0900 (JST)
	(envelope-from kazu@iijlab.net)
Received: from ns.iij.ad.jp (root@ns.iij.ad.jp [192.168.2.8])
	by mgo.iij.ad.jp (8.8.8/MGO1.0) with ESMTP id NAA17980
	for <IPv6-jp@jp.freebsd.org>; Thu, 1 Oct 1998 13:34:13 +0900 (JST)
Received: from fs.iij.ad.jp (root@fs.iij.ad.jp [192.168.2.9]) by ns.iij.ad.jp (8.8.5/3.5Wpl7) with ESMTP id NAA16854 for <IPv6-jp@jp.freebsd.org>; Thu, 1 Oct 1998 13:34:13 +0900 (JST)
Received: from localhost (mine.iij.ad.jp [192.168.4.209]) by fs.iij.ad.jp (8.8.5/3.5Wpl7) with ESMTP id NAA10496 for <IPv6-jp@jp.freebsd.org>; Thu, 1 Oct 1998 13:34:12 +0900 (JST)
To: IPv6-jp@jp.freebsd.org
Mime-Version: 1.0
From: Kazu Yamamoto (=?iso-2022-jp?B?GyRCOzNLXE9CSScbKEI=?=) <kazu@iijlab.net>
X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA)
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <19981001133415C.kazu@iijlab.net>
Date: Thu, 01 Oct 1998 13:34:15 +0900
X-Dispatcher: imput version 980923(IM101)
Lines: 76
Reply-To: IPv6-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+980914
X-Sequence: IPv6-jp 166
Subject: [IPv6-jp 166] KAME 980930 stable release
Errors-To: owner-IPv6-jp@jp.freebsd.org
Sender: owner-IPv6-jp@jp.freebsd.org

We are happy to inform you the stable release of KAME 980930. The kits
are available from:
	http://www.kame.net/

Summary of the differences from the previous release is enclosed
below.

Enjoy!

--Kazu, KAME Project

---from here
Here is summary of differences between KAME stable 980731 and 980930.

<<IPv4>>

- Added our home-brew NAT code, called "SuMiRe".  (FreeBSD/BSDI only)
  NOTE: Since it lacks documentations at this moment, we don't recommend
  you to try this right now.

<<IPv6>>

- Supported router alert option to some extent.
- Supported multicast listener discovery to some extent(host side).
- Improved the management code for information obtained from router
  advertisements.
- rtsold: router solicitation daemon, for interface management on endhosts.
- Router renumbering support is ongoing. (is not working right now).
- Number of multicast groups per socket is now unlimited; it was limited to
  20 in the previous stable release.
- Added a new mechanism to manage prefixes advertised by router advertisements
  for mobile stations.
- IPv6 version of multicast kludge; unicast addresses can be safely deleted
  from an interface even if there is a multicast group on the interface.
- More conformance to Neighbor Discovery specification, especially about
  processing router advertisements(see CHANGELOG).
- IPV6_{ADD,DROP}_MEMBERSHIP is renamed to IPV6_{JOIN,LEAVE}_MEMBERSHIP.
  NOTE: latest revision of bsd-api-new-02, called "02a", renamed this again
  into IPV6_{JOIN,LEAVE}_GROUP.  This kit uses definition based on "old 02".
- ICMP Redirects to on-link destinations, that is, not to better routers.
- ICMP error rate limitation.

<<IPv6 API>>

- "struct sockaddr_in6" was changed again to conform to
  draft-ietf-ipngwg-bsd-api-new-02 spec.  sin6_ifindex member was
  removed, and struct members were reordered.
  NOTE: ALL THE USERLAND TOOLS MUST BE RECOMPILED.
- Some library functions, inet6_option_XXX, are newly implemented,
  which are defined in RFC 2292(advanced sockets API).

<<IPsec>>

- "racoon" IKE daemon is now working in limited situations.
- Proper source IPv4 address will be used for outer IPv4 header of
  IPv4 IPsec tunnel.  Now you can configure VPN network with KAME routers.
- Key management code is improved.

<<Userland>>

- EPRT/EPSV support for ftp/ftpd. (rfc2428)
- getnodeby{addr,name} has renamed to getipnodeby{addr,name} to conform
  to draft-ietf-ipngwg-bsd-api-new-02 spec.
- Bunch of updates/additions in IPv6-ready ports collection (FreeBSD kit only).
- Some of IPv6 enable patches are now distributed separately from FreeBSD
  ports directory, so that BSDI/NetBSD users can enjoy those patches.
  Please check ftp://ftp.kame.net/pub/kame/misc/.

<<Others>>

- For BSDI, ATM driver based on ALTQ kit has been merged into the kernel.
  ATM userland tools must be grabbed from ALTQ kit.
  visit ftp://ftp.csl.sony.co.jp/pub/kjc/.
- Synchronized some of the kernel source code among three operating systems
  we support (FreeBSD/BSDI/NetBSD), to ease maintainance.
---to here
