summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorzec <zec@FreeBSD.org>2009-06-23 06:11:04 +0000
committerzec <zec@FreeBSD.org>2009-06-23 06:11:04 +0000
commit6577661e696d4c0e8bd4cfa959ee56c2d13e0666 (patch)
tree29642085d53aac7aaf8f9acaecd9b26b81cbf51f /sys/conf
parent30004d4d8eeee79720b442ace5e76c0082cf4e52 (diff)
downloadFreeBSD-src-6577661e696d4c0e8bd4cfa959ee56c2d13e0666.zip
FreeBSD-src-6577661e696d4c0e8bd4cfa959ee56c2d13e0666.tar.gz
Connect ng_pipe to the default build.
Approved by: julian (mentor)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/options1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 6c2a8b6..dfc1869 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -690,6 +690,7 @@ options NETGRAPH_MPPC_ENCRYPTION
options NETGRAPH_NETFLOW
options NETGRAPH_NAT
options NETGRAPH_ONE2MANY
+options NETGRAPH_PIPE
options NETGRAPH_PPP
options NETGRAPH_PPPOE
options NETGRAPH_PPTPGRE
diff --git a/sys/conf/files b/sys/conf/files
index 19f1e2e..d35ef35 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2330,6 +2330,7 @@ netgraph/ng_mppc.c optional netgraph_mppc_compression | \
netgraph/ng_nat.c optional netgraph_nat inet libalias
netgraph/ng_one2many.c optional netgraph_one2many
netgraph/ng_parse.c optional netgraph
+netgraph/ng_pipe.c optional netgraph_pipe
netgraph/ng_ppp.c optional netgraph_ppp
netgraph/ng_pppoe.c optional netgraph_pppoe
netgraph/ng_pptpgre.c optional netgraph_pptpgre
diff --git a/sys/conf/options b/sys/conf/options
index 58bf9b9..1995420 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -485,6 +485,7 @@ NETGRAPH_MPPC_ENCRYPTION opt_netgraph.h
NETGRAPH_NAT opt_netgraph.h
NETGRAPH_NETFLOW opt_netgraph.h
NETGRAPH_ONE2MANY opt_netgraph.h
+NETGRAPH_PIPE opt_netgraph.h
NETGRAPH_PPP opt_netgraph.h
NETGRAPH_PPPOE opt_netgraph.h
NETGRAPH_PPTPGRE opt_netgraph.h
OpenPOWER on IntegriCloud