From root@gabby.gsicomp.on.ca  Mon Sep 11 16:44:22 2000
Return-Path: <root@gabby.gsicomp.on.ca>
Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.42.130.87])
	by hub.freebsd.org (Postfix) with ESMTP id CC24437B422
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 11 Sep 2000 16:44:16 -0700 (PDT)
Received: from gabby.gsicomp.on.ca (gabby.gsicomp.on.ca [192.168.0.2])
	by xena.gsicomp.on.ca (8.10.1/8.9.2) with ESMTP id e8BNiGG09922
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 11 Sep 2000 19:44:16 -0400 (EDT)
	(envelope-from root@gabby.gsicomp.on.ca)
Received: (from root@localhost)
	by gabby.gsicomp.on.ca (8.9.3/8.9.3) id TAA00687;
	Mon, 11 Sep 2000 19:44:15 -0400 (EDT)
	(envelope-from root)
Message-Id: <200009112344.TAA00687@gabby.gsicomp.on.ca>
Date: Mon, 11 Sep 2000 19:44:15 -0400 (EDT)
From: matt@gsicomp.on.ca
Sender: root@gabby.gsicomp.on.ca
Reply-To: matt@gsicomp.on.ca
To: FreeBSD-gnats-submit@freebsd.org
Subject: /usr/share/examples/ppp/ppp.conf.sample need PPPoE example
X-Send-Pr-Version: 3.2

>Number:         21212
>Category:       docs
>Synopsis:       /usr/share/examples/ppp/ppp.conf.sample need PPPoE example
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brian
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 11 16:50:01 PDT 2000
>Closed-Date:    Wed Sep 13 20:24:31 PDT 2000
>Last-Modified:  Wed Sep 13 20:27:03 PDT 2000
>Originator:     Matthew Emmerton
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
GSI Computer Services
>Environment:

	All (as far as I know)

>Description:

	/usr/share/examples/ppp/ppp.conf.sample does not have a sample
	configuration for PPPoE.

>How-To-Repeat:

>Fix:

	Add the following sample configuration to the file.
	
	# Example PPPoE Configuration
	# - requires 'options NETGRAPH' in your kernel
	# - replace ed1 with the appropriate NIC device name
	pppoe:
	 set device PPPoE:ed1
	 set authname name
	 set authkey key
	 set mru 1492
	 set mtu 1492
	 set speed sync
	 set cd 5
	 set dial
	 set login
	 set redial 10 10
	 enable lqr


>Release-Note:
>Audit-Trail:

From: Udo Erdelhoff <ue@nathan.ruhr.de>
To: matt@gsicomp.on.ca
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: docs/21212: /usr/share/examples/ppp/ppp.conf.sample need PPPoE example
Date: Tue, 12 Sep 2000 06:39:54 +0200

 Just one small nit:
 > 	# Example PPPoE Configuration
 > 	# - requires 'options NETGRAPH' in your kernel
 4.1-RELEASE and later systems don't need this option.
 
 /s/Udo
 -- 
 "Enjoy the beauty and power of root"
 
Responsible-Changed-From-To: freebsd-doc->brian  
Responsible-Changed-By: dannyboy 
Responsible-Changed-When: Wed Sep 13 19:01:08 PDT 2000 
Responsible-Changed-Why:  
Over to ppp maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21212 
State-Changed-From-To: open->closed 
State-Changed-By: brian 
State-Changed-When: Wed Sep 13 20:24:31 PDT 2000 
State-Changed-Why:  
There's already a pppoe (and a pppoe-in) example in ppp.conf.sample. 
I'm not sure how everyone's missed it.... 

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