From owner-freebsd-doc Mon Oct 14 4:20: 5 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29C7837B401 for ; Mon, 14 Oct 2002 04:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F23643EB3 for ; Mon, 14 Oct 2002 04:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EBK2Co093537 for ; Mon, 14 Oct 2002 04:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9EBK2nO093536; Mon, 14 Oct 2002 04:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B09037B401 for ; 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 ; 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 ; 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 ; 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 Reply-To: Lukas Ertl To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/44047: [PATCH] minor errors in IPv6 chapter of the Handbook Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 @@ Here is a typical example on setting up a &man.gif.4; tunnel: - &prompt.root; ifconfig create gif0 + &prompt.root; ifconfig gif0 create &prompt.root; ifconfig gif0 gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280 - &prompt.root; ifconfig tunnel MY_IPv4_ADDR HIS_IPv4_ADDR + &prompt.root; ifconfig gif0 tunnel MY_IPv4_ADDR HIS_IPv4_ADDR &prompt.root; ifconfig gif0 inet6 alias MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR 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