How to install IPv6:
 1 - install FreeBSD 2.2.5 (optionaly install ALTQ 0.4.3 too)
 2 - install IPv6 files:
  * gunziped and untar New.tar.gz (use the z option of GNU tar)
  (I use "gzip -d < New.tar.gz | (cd /; tar xvBpf -)" command)
  * NOTE: the script inst-new is provided for the next step.
  You use the list of new files (src-new):
   + if an entry is a directory the Makefile in the parent is up to date
     then you have nothing to do.
   + if an entry is a regular file copy it in the ordinary version
     (I use "cp -p XXX-new XXX")
 3 - rebuild everything ("make world" in /usr/src for all the
     utilities (it takes time)), "config XXX" and "make depend; make"
     for the kernel.
 4 - read KERNEL and HOWTO-USE

