From owner-freebsd-net Mon Nov 22 18:20:34 1999 Delivered-To: freebsd-net@freebsd.org Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id 77F8814C2F for ; Mon, 22 Nov 1999 18:20:29 -0800 (PST) (envelope-from julian@whistle.com) Received: from current1.whiste.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id SAA37283; Mon, 22 Nov 1999 18:20:15 -0800 (PST) Date: Mon, 22 Nov 1999 18:20:14 -0800 (PST) From: Julian Elischer To: "David J. Fiander" Cc: spork , "Louis A. Mamakos" , freebsd-net@FreeBSD.ORG Subject: Re: Announce: PPPoE for -curent and -stable now standard. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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