Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2000 05:11:24 +0200 (CEST)
From:      clefevre@citeweb.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/19163: stf manual and kernel mismatch
Message-ID:  <200006100311.FAA07218@gits.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         19163
>Category:       docs
>Synopsis:       stf manual and kernel mismatch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 09 20:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
ACME
>Environment:

FreeBSD gits 4.0-STABLE FreeBSD 4.0-STABLE #20: Fri Jun  9 01:43:56 CEST 2000     root@gits:/disk2/4.0-STABLE/sys/compile/GENERIC  i386

>Description:

	the stf online manual pages says :

		NAME
		     stf - 6to4 tunnel interface
		SYNOPSIS
		     pseudo-device stf

	but this interface seems to be into the gif device driver.

		# grep -i \"stf\" /usr/src/sys/netinet/*
/usr/src/sys/netinet/in_gif.c:  if (bcmp(ifp->if_name, "stf", 3) == 0) {
/usr/src/sys/netinet/in_gif.c:              bcmp(sc->gif_if.if_name, "stf", 3) == 0 &&
/usr/src/sys/netinet/in_gif.c:          if (bcmp(gifp->if_name, "stf", 3) == 0) {

>How-To-Repeat:

	add pseudo-device stf to your kernel config then :

	config CUSTOM
	Don't forget to do a ``make depend''
	Warning: pseudo-device "stf" is unknown

>Fix:

	no synopsis or pseudo-device gif instead.


>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?200006100311.FAA07218>