Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/net



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.




Home | Main Index | Thread Index | Old Index