Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Nov 1999 22:18:19 -0500 (EST)
From:      "David J. Fiander" <djfiande@julian.uwo.ca>
To:        Julian Elischer <julian@whistle.com>
Cc:        freebsd-net@FreeBSD.ORG
Subject:   Re: Announce: PPPoE for -curent and -stable now standard.
Message-ID:  <Pine.BSF.4.05.9911222157580.377-100000@localhost.waterloo.on.ca>
In-Reply-To: <Pine.BSF.4.10.9911221807240.9392-100000@current1.whistle.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 22 Nov 1999, Julian Elischer wrote:

> I have done the following to get it going on 3.3-R
> 

[...]

> 
> Add options NETGRAPH, NG_SOCKET, NG_PPPOE to your kernel
> 

Everything's cool until I get here, but config reports "NG_PPPOE"
and "NG_SOCKET" are unknown options, and they don't appear in the
options file that I got from -stable.  I'm guessing that you
meant to say

	Add options ... NETGRAPH_SOCKET, NETGRAPH_PPPOE to your kernel

> compile kernel

This complains, in a few places, that "struct arpcom" does not
have a member named "ac_ng".  I copied sys/net/if_arp.h from
-stable.  I also need

	sys/net/netisr.h for NETISR_NETGRAPH
	sys/sys/socket.h for AF_NETGRAPH

This redefines AF_MAX, so sys/mount.h has to be fixed.

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

This builds a ppp with '-DNONETGRAPH'.  Is that right?

I, of course, also have to build and install libnetgraph, ngctl,
and nghook.

- 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.05.9911222157580.377-100000>