1PPPoEcd 2.4.1
2$Id: README,v 1.1.1.1 2008/10/15 03:30:13 james26_jang Exp $
3
4This is PPPoEcd, a PPPoE client daemon. It is essentially a
5stripped-down version of PPPd with
6
7- minimal options support (see options.c)
8- statically linked PPPoE client support
9- PAP/CHAP/CCP only
10
11Private versions of pppd.h and pppoe.h are used in this directory to
12
13- override debug function calls
14- override non-applicable function calls
15- compile out non-applicable code paths through static const options
16
17Most of the common-code protocol files have been left alone. A lot of
18dead code could probably be stripped from them, but most of the bloat
19was in sys-linux.o and options.o.
20
21