summaryrefslogtreecommitdiffstats
path: root/sys/conf
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/conf
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/conf')
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/options1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 0c06941..7e3a947 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1033,6 +1033,7 @@ netgraph/ng_gif.c optional netgraph_gif
netgraph/ng_gif_demux.c optional netgraph_gif_demux
netgraph/ng_hole.c optional netgraph_hole
netgraph/ng_iface.c optional netgraph_iface
+netgraph/ng_ip_input.c optional netgraph_ip_input
netgraph/ng_ksocket.c optional netgraph_ksocket
netgraph/ng_lmi.c optional netgraph_lmi
netgraph/ng_mppc.c optional netgraph_mppc_compression
diff --git a/sys/conf/options b/sys/conf/options
index 34e79d3..a388814 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -315,6 +315,7 @@ NETGRAPH_GIF opt_netgraph.h
NETGRAPH_GIF_DEMUX opt_netgraph.h
NETGRAPH_HOLE opt_netgraph.h
NETGRAPH_IFACE opt_netgraph.h
+NETGRAPH_IP_INPUT opt_netgraph.h
NETGRAPH_KSOCKET opt_netgraph.h
NETGRAPH_LMI opt_netgraph.h
# MPPC compression requires proprietary files (not included)
OpenPOWER on IntegriCloud