From f1e2bed7ad483fb84493c62a339f486846c53870 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Tue, 23 Jan 2007 23:51:24 +0000 Subject: [PATCH] Regen from errata.sgml 1.73.2.41. --- en/releases/6.2R/errata.html | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/en/releases/6.2R/errata.html b/en/releases/6.2R/errata.html index 2bd9b6b6f1..a14157e395 100644 --- a/en/releases/6.2R/errata.html +++ b/en/releases/6.2R/errata.html @@ -20,7 +20,7 @@ alink="#0000FF"> FreeBSD Documentation Project

$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 $

@@ -139,6 +139,31 @@ kern.ipc.nmbclusters="0"

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.