summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2002-10-31 23:03:09 +0000
committerjulian <julian@FreeBSD.org>2002-10-31 23:03:09 +0000
commit2932d3587e1bb2c35e5123f5dbd2e5842a68ba95 (patch)
treee7b1b606e497af5c80860da5918f9d71822c4f90 /sys/modules/netgraph
parentb2bc94cc0d79ef0ae249eac8fcd4547ca9e63c1d (diff)
downloadFreeBSD-src-2932d3587e1bb2c35e5123f5dbd2e5842a68ba95.zip
FreeBSD-src-2932d3587e1bb2c35e5123f5dbd2e5842a68ba95.tar.gz
Add the netgraph 'source' module.
This is NOT YET CONVERTED TO -current. This node is a source for preprogrammed packets at a known rate for testing. I will convert it to -current "in place" but will MFC teh original pre-conversion variant as that is what is originally submitted. Man page my me, info from Dave's README. Submitted by: Dave Chapeskie <dchapeskie@SANDVINE.com> Obtained from: Sandvine inc. MFC after: 1 week
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/source/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/netgraph/source/Makefile b/sys/modules/netgraph/source/Makefile
new file mode 100644
index 0000000..c70a6bb
--- /dev/null
+++ b/sys/modules/netgraph/source/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+KMOD= ng_source
+SRCS= ng_source.c
+# 4.x only
+#KMODDEPS= netgraph
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud