summaryrefslogtreecommitdiffstats
path: root/sys/modules/accf_data
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2000-06-20 01:09:23 +0000
committeralfred <alfred@FreeBSD.org>2000-06-20 01:09:23 +0000
commite3e72a583b17917255252eaad0aded3476d3652b (patch)
treeceab351ca57bd3ea52e7e08e2deff3f7092f493f /sys/modules/accf_data
parent3cb8680a56e346f425143b8ca251f6d6161f13d4 (diff)
downloadFreeBSD-src-e3e72a583b17917255252eaad0aded3476d3652b.zip
FreeBSD-src-e3e72a583b17917255252eaad0aded3476d3652b.tar.gz
return of the accept filter part II
accept filters are now loadable as well as able to be compiled into the kernel. two accept filters are provided, one that returns sockets when data arrives the other when an http request is completed (doesn't work with 0.9 requests) Reviewed by: jmg
Diffstat (limited to 'sys/modules/accf_data')
-rw-r--r--sys/modules/accf_data/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/modules/accf_data/Makefile b/sys/modules/accf_data/Makefile
new file mode 100644
index 0000000..9f3a64e
--- /dev/null
+++ b/sys/modules/accf_data/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../netinet
+KMOD = accf_data
+SRCS = accf_data.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud