From b817fe9eca36126df6a72ab12f89fcd290a7f67c Mon Sep 17 00:00:00 2001 From: benno Date: Mon, 8 Mar 2004 10:54:35 +0000 Subject: 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 --- sys/modules/netgraph/atmllc/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sys/modules/netgraph/atmllc/Makefile (limited to 'sys/modules/netgraph') diff --git a/sys/modules/netgraph/atmllc/Makefile b/sys/modules/netgraph/atmllc/Makefile new file mode 100644 index 0000000..fd47b5c --- /dev/null +++ b/sys/modules/netgraph/atmllc/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +KMOD= ng_atmllc +SRCS= ng_atmllc.c + +.include -- cgit v1.1