mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
imitating an Ethernet device, so vlan(4) and if_bridge(4) can be attached to it for testing and benchmarking purposes. Its source can be an introduction to the anatomy of a network interface driver due to its simplicity as well as to a bunch of comments in it.
8 lines
96 B
Makefile
8 lines
96 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../net
|
|
|
|
KMOD= if_edsc
|
|
SRCS= if_edsc.c
|
|
|
|
.include <bsd.kmod.mk>
|