summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2004-03-08 10:54:35 +0000
committerbenno <benno@FreeBSD.org>2004-03-08 10:54:35 +0000
commitb817fe9eca36126df6a72ab12f89fcd290a7f67c (patch)
treebce0cb3ba1781ea849342ab5c2301d5b4807c904 /sys/modules/netgraph
parent01e90a548b5f067e622ac698d422f0ef5fc67074 (diff)
downloadFreeBSD-src-b817fe9eca36126df6a72ab12f89fcd290a7f67c.zip
FreeBSD-src-b817fe9eca36126df6a72ab12f89fcd290a7f67c.tar.gz
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
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/atmllc/Makefile6
1 files changed, 6 insertions, 0 deletions
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 <bsd.kmod.mk>
OpenPOWER on IntegriCloud