Subject: CVS commit: src/sys/net
To: None <source-changes@netbsd.org>
From: Masaru OKI <oki@netbsd.org>
List: source-changes
Date: 06/18/2003 08:12:53
Module Name: src
Committed By: oki
Date: Wed Jun 18 08:12:53 UTC 2003
Modified Files:
src/sys/net: if_pppoe.c if_pppoe.h
Log Message:
Add support in-kernel PPPoE server.
This may work with one PPPoE session.
If you want to use it, #define PPPOE_SERVER in somewhere,
or add options PPPOE_SERVER in kernel config file.
This is experimental code, and good start point for future development.
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/net/if_pppoe.c
cvs rdiff -r1.3 -r1.4 src/sys/net/if_pppoe.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.