From owner-freebsd-doc@FreeBSD.ORG Sat Sep 11 07:34:30 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 065B216A4CE for ; Sat, 11 Sep 2004 07:34:30 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C262743D48 for ; Sat, 11 Sep 2004 07:34:29 +0000 (GMT) (envelope-from d@diefree.com) Received: from [192.168.1.2] (c-24-6-31-57.client.comcast.net[24.6.31.57]) by comcast.net (rwcrmhc11) with ESMTP id <20040911073428013004t6h9e>; Sat, 11 Sep 2004 07:34:29 +0000 Message-ID: <4142AAF7.9030301@diefree.com> Date: Sat, 11 Sep 2004 00:36:23 -0700 From: Dan Hulme User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: doc@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Error in documentation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2004 07:34:30 -0000 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-ipv6.html ------------------------------ List the Generic Tunneling interfaces that will be configured, for example gif0: gif_interfaces="gif0" To configure the interface with a local endpoint of MY_IPv4_ADDR to a remote endpoint of REMOTE_IPv4_ADDR: gif_config_gif0="MY_IPv4_ADDR REMOTE_IPv4_ADDR" To apply the IPv6 address you have been assigned for use as your IPv6 tunnel endpoint, add: ------------------------------- This should be gifconfig_gif0 (not gif_config_gif0) as this is what network.subr looks for. -Dan