summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-06-27 02:25:38 +0000
committerrwatson <rwatson@FreeBSD.org>2004-06-27 02:25:38 +0000
commitb8604119e63dc7431c06faa383669036a8b66033 (patch)
tree29d8203ec29307356d0b036893d1642450ef7928 /sys
parent2aabb5e4662beb250a8e76de7a13aa3315c1e9ec (diff)
downloadFreeBSD-src-b8604119e63dc7431c06faa383669036a8b66033.zip
FreeBSD-src-b8604119e63dc7431c06faa383669036a8b66033.tar.gz
Add options NETGRAPH_EIFACE, which causes ng_eiface.c to be built into
the kernel, similar to NETGRAPH_IFACE for ng_iface.c. It appears to have been omitted when added to the kernel.
Diffstat (limited to 'sys')
-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 cd9de5d..dcc9eb4 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -434,6 +434,7 @@ options NETGRAPH_BPF
options NETGRAPH_BRIDGE
options NETGRAPH_CISCO
options NETGRAPH_ECHO
+options NETGRAPH_EIFACE
options NETGRAPH_ETHER
options NETGRAPH_FRAME_RELAY
options NETGRAPH_GIF
diff --git a/sys/conf/files b/sys/conf/files
index 74b3900..1f42cb7 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1413,6 +1413,7 @@ netgraph/ng_bridge.c optional netgraph_bridge
netgraph/ng_cisco.c optional netgraph_cisco
netgraph/ng_device.c optional netgraph_device
netgraph/ng_echo.c optional netgraph_echo
+netgraph/ng_eiface.c optional netgraph_eiface
netgraph/ng_ether.c optional netgraph_ether
netgraph/ng_frame_relay.c optional netgraph_frame_relay
netgraph/ng_gif.c optional netgraph_gif
diff --git a/sys/conf/options b/sys/conf/options
index fdb385a..75faf37 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -378,6 +378,7 @@ NETGRAPH_BPF opt_netgraph.h
NETGRAPH_BRIDGE opt_netgraph.h
NETGRAPH_CISCO opt_netgraph.h
NETGRAPH_ECHO opt_netgraph.h
+NETGRAPH_EIFACE opt_netgraph.h
NETGRAPH_ETHER opt_netgraph.h
NETGRAPH_FRAME_RELAY opt_netgraph.h
NETGRAPH_GIF opt_netgraph.h
OpenPOWER on IntegriCloud