cdee49f986
packet flow into two unidirectional flows. Part of a suite of nodes developed for packet flow control. More to follow as I have time to port them to 5.x or as others do so. The ipfw node will be the hardest.. Submitted by: "Vitaly V. Belekhov" <vitaly@riss-telecom.ru>
9 lines
79 B
Makefile
9 lines
79 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
KMOD= ng_split
|
|
SRCS= ng_split.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|