10d7ccab88
hooks depending on ethertype. Great for prototyping protocols. connects to the lower and upper hooks of an ethernet type of node. Obtained from: Monzoon Networks. Thanks to Andre Oppermann, May 2001.
11 lines
103 B
Makefile
11 lines
103 B
Makefile
# $FreeBSD$
|
|
# Ethertype filter
|
|
|
|
COPTS+=-g
|
|
|
|
KMOD= ng_etf
|
|
SRCS= ng_etf.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|