mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
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
6 lines
72 B
Makefile
6 lines
72 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= ng_atmllc
|
|
SRCS= ng_atmllc.c
|
|
|
|
.include <bsd.kmod.mk>
|