cvs commit: src/sys/conf NOTES files options
src/sys/modules/netgraph/atmllc Makefile src/sys/netgraph
ng_atmllc.c ng_atmllc.h
Benno Rice
benno at FreeBSD.org
Mon Mar 8 02:54:36 PST 2004
benno 2004/03/08 02:54:36 PST
FreeBSD src repository
Modified files:
sys/conf NOTES files options
Added files:
sys/modules/netgraph/atmllc Makefile
sys/netgraph ng_atmllc.c ng_atmllc.h
Log:
Add a netgraph node to handle ATM LLC encapsulation. This currently handles
ethernet (tested) and FDDI (not tested). The main use for this is on ADSL (or
other ATM) connections where bridged ethernet is used, PPPoE being a prime
example.
There is no manual page as yet, I will write one shortly.
Reviewed by: harti
Revision Changes Path
1.1204 +1 -0 src/sys/conf/NOTES
1.873 +1 -0 src/sys/conf/files
1.434 +1 -0 src/sys/conf/options
1.1 +6 -0 src/sys/modules/netgraph/atmllc/Makefile (new)
1.1 +278 -0 src/sys/netgraph/ng_atmllc.c (new)
1.1 +45 -0 src/sys/netgraph/ng_atmllc.h (new)
More information about the cvs-src
mailing list