From cdee49f9867734b89831039db7f39baa0b1f9412 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Thu, 22 Feb 2001 17:14:36 +0000 Subject: Add a 'splitter' node to separate a bidirectional 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" --- sys/modules/netgraph/split/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sys/modules/netgraph/split/Makefile (limited to 'sys/modules/netgraph') diff --git a/sys/modules/netgraph/split/Makefile b/sys/modules/netgraph/split/Makefile new file mode 100644 index 0000000000000..90226c0f809a3 --- /dev/null +++ b/sys/modules/netgraph/split/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ +# + +KMOD= ng_split +SRCS= ng_split.c +NOMAN= + +.include -- cgit v1.3