Date: Mon, 14 Oct 2002 13:13:27 +0200 (CEST) From: Lukas Ertl <l.ertl@univie.ac.at> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/44047: [PATCH] minor errors in IPv6 chapter of the Handbook Message-ID: <200210141113.g9EBDReq022860@leelou.in.tern>
next in thread | raw e-mail | index | archive | help
>Number: 44047
>Category: docs
>Synopsis: [PATCH] minor errors in IPv6 chapter of the Handbook
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Oct 14 04:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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<POINTOPOINT,MULTICAST> 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:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210141113.g9EBDReq022860>
