This is test distrib for UNH but with (FreeBSD) fixes included.

Changes are:
 - altq-0.3.1 based with some IPv6 stuff (not finished) for RSVP
   (this includes some changes for ATM stuff)

 - support of 64 bit "new style" token (src-64 contains the list
   of modified files)

 - add "getnext route" operation in the kernel
   (sys/net/{route.h,rtsock.c} & sbin/route/*)

 - add "getnext" command in /sbin/route

 - /sbin/ping6 verifies the source address of replies

 - altq stuff is no more optional in sys/net/if.h
   (this fixes some problems in netstat)

 - fix dynamic binding for TCP (sys/netinet/tcp[6]_usrreq.c)

 - fix the mbuf allocation for large TCP options (sys/netinet/tcp6_output.c)

 - fix the -P 0/0 parameter case for ndpd-router

FreeBSD changes:
 - IPv6 capableX11R6 (XFree86 3.3, only X33src-1.tgz is needed)
   (many things are not yet tested, for instance xdm...)

 - fix AF_INET6 value in netintro(4) manual page

 - fix a parenthesis bug in in6_pcbnotify (sys/netinet/in6_pcb.c)

 - fix IPv6 ctlinput functions
   (sys/netinet/{ip6_input.c,tcp6_subr.c,udp6_usrreq.c})

 - fix route stack variable in tcp6_resprst (sys/netinet/tcp6_subr.c)

 - fix netstat route print

NetBSD changes:
 - import dupedkey chaining from FreeBSD (sys/net/radix.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)

Short term planned improvements are:
 - switch to FreeBSD 2.2.2 Release

 - fix tftpd in the multi-homed case

 - large option support

 - Path MTU with source routing (likely buggy today)

 - better anycast support

Medium & long term planned improvements are:
 - routes per interface (what syntax do you like to get?)

 - multicast routing

 - support for security new specs, netkey API

 - BIND 8.1.x with DHCPv6 and ...

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

 - RSVP/CBQ for IPv6

 - a good way to announce interface changes (mainly address change)
   to all the stupid tools which need to know (X11, BIND, ...)

Notes:
 - the route "getnext" command is Alain Durand's idea and is a natural
   extension of the MIB look of the route table (or how to do walktree
   in user mode)

 - for 64 bit "new style token" (and solicited addresses which are *NOT*
   compatible) you must change IPV6_TOKEN_LENGTH at the beginning of
   /sys/netinet/in.h and recompile dependent things (use IPv6/src-64).
