aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2000-06-26 23:34:54 +0000
committerArchie Cobbs <archie@FreeBSD.org>2000-06-26 23:34:54 +0000
commite1e1452d61eba73053f24863d9724d24bec9424c (patch)
treea110d9f771df2cebe8605938647401f7e8449d5f /sys/conf/files
parent29f42a6aee893e76b5d8e03399b90e3ebd483696 (diff)
downloadsrc-e1e1452d61eba73053f24863d9724d24bec9424c.tar.gz
src-e1e1452d61eba73053f24863d9724d24bec9424c.zip
Make the ng_ether(4) node type dynamically loadable like the rest.
This means 'options NETGRAPH' is no longer necessary in order to get netgraph-enabled Ethernet interfaces. This supports loading/unloading the ng_ether.ko and attaching/detaching the Ethernet interface in any order. Add two new hooks 'upper' and 'lower' to allow access to the protocol demux engine and the raw device, respectively. This enables bridging to be defined as a netgraph node, if so desired. Reviewed by: freebsd-net@freebsd.org
Notes
Notes: svn path=/head/; revision=62143
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 9cd9299f3298..1939ca17840a 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -674,6 +674,7 @@ netgraph/ng_bpf.c optional netgraph_bpf
net/bpf_filter.c optional netgraph_bpf
netgraph/ng_cisco.c optional netgraph_cisco
netgraph/ng_echo.c optional netgraph_echo
+netgraph/ng_ether.c optional netgraph_ether
netgraph/ng_frame_relay.c optional netgraph_frame_relay
netgraph/ng_hole.c optional netgraph_hole
netgraph/ng_iface.c optional netgraph_iface