This is a distrib with many little bug fixes:

Changes are:
 - m_clpullup moved from sys/netinet/tcp6_input.c to
   sys/kern/uipc_mbuf.c and declared in sys/sys/mbuf.h

 - fix late usage (after MCLGET) of the M_COPY_PKTHDR macro
   (sys/kern/uipc_mbuf.c, sys/netinet/ip6_{in,out}put.c)

 - enable large (up to MCLBYTES) extension headers
   (raw test program in IPv6/ttcp6lo.c)

 - introduction of a site notion (for "multi-sited" nodes)
   (sys/net/if.h, sys/netinet/{in6.c,in6_var.h,ip6_input.c},
    sbin/ifconfig/*, usr.bin/netstat/if.c)

 - explicit list of IPv6 anycast addresses
   (sys/netinet/{in6_var.h,in6.c}, IPv6/any6.c,
    sbin/autoconf6/*, usr.sbin/ndpd-router/*)

 - fix sys/netinet/afmap.[hc]

 - fix ENEEDAUTH definition (lib/libc/gen/errl[i]st.c)

 - fix a memory leak in ip6_dropoption (sys/netinet/ip6_input.c)

 - modify system definitions for compatibility with HARP ATM software
   (pseudo-device atm -> ifatm in config files,
    sys/conf/files*, sys/sys/socket.h)

 - fix in6_pktinfo for loopback interfaces (sys/netinet/ip6_output.c)

 - inetd sets in6_pktinfo and tftpd uses it
   (usr.sbin/inetd/inetd.c, libexec/tftpd/tftpd.c)

 - cleanup IPsec code (sys/netinet/{ipsec.[hc],ip6_{in,out}put.c})

 - rename rt6_reverse in opt6_reverse (sys/netinet/{ip6_var.h,
   ip6_input.c, ip6_icmp.c, tcp6_input.c, udp6_usrreq.c})

 - ::ffff:0:0 becomes a valid IPv4-mapped IPv6 address (sys/netinet/in.h)

FreeBSD changes:

 - add the pseudo-device altq in sys/i386/conf/LINT

NetBSD changes:

 - defines EAUTH/ENEEDAUTH/EIPSEC in the libc catalog
   for error and signal names (lib/libc/nls/*.msg)

 - use splsoftnet() for IPSec stuff (/sys/netinet/{ip6_output.c,ipsec.c})

Other stuffs:
 - libpcap-0.4a1+ and tcpdump-3.4a3+ (works on several systems
   including IPv6 FreeBSD and NetBSD)

 - mrt 1.3.6A with BGP4+ (very buggy, ask us)

 - GateD with RIPng and BGP4+ (a bit less buggy, ask us)

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

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

 - try to fix IPv6 ctlinput with source routing (tests needed)
   (sys/netinet/ip6_input.c)

Short term planned improvements are:
 - fix AH length unit

 - move to XFree86 3.3.1

 - new multi-homed/multi-sited code

 - routes per interface (what syntax do you like to get?)

Medium & long term planned improvements are:
 - multicast routing

 - support for security new specs, netkey API

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

 - EPFL ATM stuff ported to *BSD (we need a signalling daemon)

 - RSVP/CBQ for IPv6

 - 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, ...)

 - mobility (by CMU Monarch project?)
