From le@univie.ac.at  Mon Oct 14 04:13:40 2002
Return-Path: <le@univie.ac.at>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5B09037B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Oct 2002 04:13:40 -0700 (PDT)
Received: from mailbox.univie.ac.at (mail.univie.ac.at [131.130.1.27])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DCA2F43EB3
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Oct 2002 04:13:38 -0700 (PDT)
	(envelope-from le@univie.ac.at)
Received: from leelou.in.tern (adslle.cc.univie.ac.at [131.130.102.11])
	by mailbox.univie.ac.at (8.12.2/8.12.2) with ESMTP id g9EBDSgI218022
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Oct 2002 13:13:31 +0200
Received: from leelou.in.tern (leelou [127.0.0.1])
	by leelou.in.tern (8.12.6/8.12.6) with ESMTP id g9EBDRR3022861
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Oct 2002 13:13:27 +0200 (CEST)
	(envelope-from le@leelou.in.tern)
Received: (from le@localhost)
	by leelou.in.tern (8.12.6/8.12.6/Submit) id g9EBDReq022860;
	Mon, 14 Oct 2002 13:13:27 +0200 (CEST)
Message-Id: <200210141113.g9EBDReq022860@leelou.in.tern>
Date: Mon, 14 Oct 2002 13:13:27 +0200 (CEST)
From: Lukas Ertl <l.ertl@univie.ac.at>
Reply-To: Lukas Ertl <l.ertl@univie.ac.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] minor errors in IPv6 chapter of the Handbook
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44047
>Category:       docs
>Synopsis:       [PATCH] minor errors in IPv6 chapter of the Handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ceri
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 14 04:20:01 PDT 2002
>Closed-Date:    Mon Oct 14 12:18:07 PDT 2002
>Last-Modified:  Mon Oct 14 12:18:07 PDT 2002
>Originator:     Lukas Ertl
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Vienna University Computer Center
>Environment:
System: FreeBSD leelou 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Oct 10 10:54:40 CEST 2002 le@leelou:/usr/obj/usr/src/sys/LEELOU i386


	
>Description:
The IPv6 chapter in the Handbook gives an example how to set up an
IPv6 tunnel. This example uses wrong ifconfig(8) syntax.
>How-To-Repeat:
	
>Fix:

	

--- ipv6.doc.patch begins here ---
--- en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml	Sun Oct 13 22:06:38 2002
+++ en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml.new	Mon Oct 14 13:09:05 2002
@@ -6108,10 +6108,10 @@
 
       <para>Here is a typical example on setting up a &man.gif.4; tunnel:</para>
 
-      <screen>&prompt.root; <userinput>ifconfig create gif0</userinput></screen>
+      <screen>&prompt.root; <userinput>ifconfig gif0 create</userinput></screen>
       <screen>&prompt.root; <userinput>ifconfig gif0</userinput></screen>
       <screen>gif0: flags=8010&lt;POINTOPOINT,MULTICAST&gt; mtu 1280</screen>
-      <screen>&prompt.root; <userinput>ifconfig tunnel MY_IPv4_ADDR  HIS_IPv4_ADDR</userinput></screen>
+      <screen>&prompt.root; <userinput>ifconfig gif0 tunnel MY_IPv4_ADDR  HIS_IPv4_ADDR</userinput></screen>
       <screen>&prompt.root; <userinput>ifconfig gif0 inet6 alias MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR</userinput></screen>
 
       <para>Replace the capitalized words by the information you received from the
--- ipv6.doc.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: ceri 
State-Changed-When: Mon Oct 14 11:00:40 PDT 2002 
State-Changed-Why:  
Patch is good. 


Responsible-Changed-From-To: freebsd-doc->ceri 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Mon Oct 14 11:00:40 PDT 2002 
Responsible-Changed-Why:  
I'll commit this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44047 
State-Changed-From-To: analyzed->closed 
State-Changed-By: ceri 
State-Changed-When: Mon Oct 14 12:17:31 PDT 2002 
State-Changed-Why:  
Your patch was committed - thanks for the submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44047 
>Unformatted:
