From f1e2bed7ad483fb84493c62a339f486846c53870 Mon Sep 17 00:00:00 2001
From: "Bruce A. Mah"
$FreeBSD: src/release/doc/en_US.ISO8859-1/errata/article.sgml,v
-1.73.2.40 2007/01/16 20:31:50 bmah Exp $
+1.73.2.41 2007/01/23 17:00:59 bmah Exp $
Other workarounds have been discussed on the freebsd-current@ and freebsd-stable@ mailing lists.
+ +[20070123] FreeBSD 6.2-RELEASE does not properly add a host route to the destination +of a gif(4) interface +configured as an IPv6 point-to-point interface. This makes it impossible to send traffic +across the tunnel. A workaround is to add the required route manually. If the gif(4) interface was +configured as:
+ ++# ifconfig gif0 ADDRESS/128 DESTINATION ++ +
then the correct route can be added with this command:
+ ++# route add -host -inet6 DESTINATION -iface gif0 -llinfo -nostatic ++ +
This problem is being investigated for a possible errata note.