bde778e9f2
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
7 lines
72 B
Makefile
7 lines
72 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= ng_atmllc
|
|
SRCS= ng_atmllc.c
|
|
|
|
.include <bsd.kmod.mk>
|