>Number: 101001
>Category: docs
>Synopsis: out of date documentation in the handbook on Chapter 14.10.3.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Jul 28 20:40:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Adam
>Release: 6.1-STABLE
>Organization:
>Environment:
>Description:
The webiste currently lists the current command as an example:
ifconfig gif0 A.B.C.D W.X.Y.Z
ifconfig gif0 inet 192.168.1.1 192.168.2.1 netmask 0xffffffff
this is no longer correct
The following is the correct example
ifconfig gif0 tunnel A.B.C.D W.X.Y.Z
ifconfig gif0 inet 192.168.1.1 192.168.2.1 netmask 0xffffffff
In addition,
this example for /etc/rc.conf is listed
gifconfig_gif0="A.B.C.D W.X.Y.Z"
the gifconfig command no longer exists
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"