summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/ip_input
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2001-09-27 21:54:27 +0000
committerbrooks <brooks@FreeBSD.org>2001-09-27 21:54:27 +0000
commit007e5330cc79ac7027596460e0f2c42e039f7f1a (patch)
treecb553afe30d20126f318da19eab21a2f04bd5605 /sys/modules/netgraph/ip_input
parent652fbe490a08dbe006a102511c2a57c6c1f87ed5 (diff)
downloadFreeBSD-src-007e5330cc79ac7027596460e0f2c42e039f7f1a.zip
FreeBSD-src-007e5330cc79ac7027596460e0f2c42e039f7f1a.tar.gz
Add ng_ip_input. A new netgraph node for queuing IP packets into the
main IP input processing code.
Diffstat (limited to 'sys/modules/netgraph/ip_input')
-rw-r--r--sys/modules/netgraph/ip_input/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/modules/netgraph/ip_input/Makefile b/sys/modules/netgraph/ip_input/Makefile
new file mode 100644
index 0000000..8421f55
--- /dev/null
+++ b/sys/modules/netgraph/ip_input/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+KMOD= ng_ip_input
+SRCS= ng_ip_input.c
+NOMAN=
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud