Date: Mon, 8 Mar 2004 02:54:36 -0800 (PST) From: Benno Rice <benno@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES files options src/sys/modules/netgraph/atmllc Makefile src/sys/netgraph ng_atmllc.c ng_atmllc.h Message-ID: <200403081054.i28AsaNA099921@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403081054.i28AsaNA099921>