This is a special distrib just before the UNH test week:

Note: sysctl net.inet6.ipv6 variable order is changed, recompile
everything (libc uses it :-).

Changes are:

 - fix division by 0 with too fast transfer in tftp
   (usr.bin/tftp/tftp.c)

 - IPv6 NFSv3 (mount_nfs, mountd, nfsd, showmount, rpc.{lock,stat}d,
   sys/kern/vfs_subr.c, sys/nfs/*)

 - avoid ICMPv6 errors with clear text of ESP packets
   (sys/netinet/ip6_icmp.c)

 - add a little tool for InATMARP (sys/netnatm/natm.c, IPv6/inatmarp.c)

 - fix RIPng next-hop decoding (usr.sbin/ndpd-router/rip.c)

 - add HMAC MD5 and SHA for AH (sys/netinet/ipsec_algo.c)

 - add get_multi_homed(), main_interface() and main_site()
   (sys/netinet/in6_var.h, lib/libc/net/getif.c)

 - use "local" routes in ndpd-{host,router}

 - use the in6_pktinfo structure and interface names for ping6 -I

 - update autoconf6 for multi-homed experiments

 - ALTQ implies multicast hack for ATM (sys/dev/.../midwayvar.h)

 - Yixin Jin's IPv6 multicast (route, netstat, sys/net, sys/netinet)

 - fix a little bug in ndadv6_output (sys/netinet/if_ndp6.c)

 - fix if_indextoname (lib/libc/net/getif.c)

FreeBSD changes:

 - rename sysctl variable main_if6 in main_interface
   (sys/netinet/in6.c)

 - update ALTQ 0.3.2 for RSVP 4.2 alpha 1

 - define net.inet6.ipv6.prune variable (sys/netinet/ip6_input.c)

NetBSD changes:

 - fix IN6ADDR_*_INIT macros (sys/netinet/in.h)

Other stuffs:

 - libpcap-0.4a2+ and tcpdump-3.4a4+ (works on several systems
   including IPv6 FreeBSD and NetBSD)

 - GateD with RIPng and BGP4+ (a bit less buggy, ask us)
   (Yixin Jin's GateD has PIMv6 too)

 - EPFL ATM stuff for Linux ported to *BSD (at the beginning,
   ILMI works, signaling daemon in test, ask us)

 - Security (old RFC for AH and ESP, not available outside French
   military and police 'cause of the French law)

Short term planned improvements are:

 - fix MTU in router advertisements

 - add DAD and other goodies from autoconf6 in ifconfig

 - test multicast routing

 - finish multihomed (see MULTIHOMED)

 - new BSD API (gethostname3()...)

 - random generator for flows (and fix TCP listen)

 - FreeBSD 2.2.5 and NetBSD 1.3

 - ALTQ 0.4.1

 - new multicast applications...

Medium & long term planned improvements are:

 - support for security new specs, netkey API

 - BIND 8.1.x with DHCPv6, security and ...

 - EPFL ATM stuff ported to *BSD (not yet finished)

 - IPv6 over ATM (the real thing with SVCs)

 - RSVP/CBQ for IPv6 (RSVP 4.2a1 needs some fixes)

 - more of extended API

 - a good way to announce interface changes (mainly address changes)
   to all the stupid tools which need to know (X11, BIND, ...)
   (for BIND in6_pktinfo does the job very well, other common usage
   is (in)security test for internal communications).

