Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Nov 1999 18:20:14 -0800 (PST)
From:      Julian Elischer <julian@whistle.com>
To:        "David J. Fiander" <djfiande@julian.uwo.ca>
Cc:        spork <spork@super-g.com>, "Louis A. Mamakos" <louie@TransSys.COM>, freebsd-net@FreeBSD.ORG
Subject:   Re: Announce: PPPoE for -curent and -stable now standard.
Message-ID:  <Pine.BSF.4.10.9911221807240.9392-100000@current1.whistle.com>
In-Reply-To: <Pine.WNT.4.10.9911222010310.-322511@davidf>

next in thread | previous in thread | raw e-mail | index | archive | help
I have done the following to get it going on 3.3-R

Add the patches to socket.h and netisr.h (fetch from www cvs.  one-line
patches) or alternatively apply the 3.3 patch in
ftp://ftp.whistle.com/pub/archie/netgraph

get the following directories and contents from 3.3 stable:
/usr/src/sys/netgraph 
/usr/src/sys/modules/netgraph
/usr/src/usr.sbin/{ngctl,nghook,ppp}
/uir/src/lib/libnetgraph
/usr/src/sys/net/if_ethersubr.c  <-- replace this file
/usr/src/sys/conf/*   <-- get netgraph parts (possibly just replace whole
files)

do this  even if you got the patches above 
these are newer versions of the files.

mkdir /usr/include/netgraph
cp /sys/netgraph/*.h /usr/include/netgraph

Add options NETGRAPH, NG_SOCKET, NG_PPPOE to your kernel

compile kenrel
recompile ppp
cd /usr/src/usr.sbin/ppp; make -DNOI4B; make -DNOI4B install


I'll try make a patch set that is all one step...


On Mon, 22 Nov 1999, David J. Fiander wrote:

> On Mon, 22 Nov 1999, Julian Elischer wrote:
> 
> > Net type people.
> > 
> > As the Header annunces, FreeBSD now has a full implementation of 
> > PPPoE in -current. -Stable has all the kernel and ppp parts but 
> > not yet the pppoed that lets it serve pppoe sessions (only needs
> > MFC-ing)
> 
> How much work would it be for us -release people? 
> 
> - David
> 
> -- 
> David J. Fiander     | What's past is prologue
> Incipient Librarian  | 	    The Tempest -- Wm. Shakespeare
> 
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9911221807240.9392-100000>