summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>2000-07-20 17:01:10 +0000
committernsayer <nsayer@FreeBSD.org>2000-07-20 17:01:10 +0000
commit14503a8247dc9e15f6d248a31949e5e8033da4a0 (patch)
treea432fe692d09ec4039d50d441e00afe94a7c54fa /sys/conf/files
parentb7fd852ec4b27e86f5a18ccc623da33062abcfb2 (diff)
downloadFreeBSD-src-14503a8247dc9e15f6d248a31949e5e8033da4a0.zip
FreeBSD-src-14503a8247dc9e15f6d248a31949e5e8033da4a0.tar.gz
Add the tap driver.
The tap driver is used to present a virtual Ethernet interface to the system. Packets presented by the network stack to the interface are made available to a character device in /dev. With tap and the bridge code, you can make remote bridge configurations where both sides of the bridge are separated by userland daemons. This driver also has a special naming hack to allow it to serve a similar purpose to the vmware port. Submitted by: myevmenkin@att.com, vsilyaev@mindspring.com
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 c70269c..ad4ba1c 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -581,6 +581,7 @@ net/if_sl.c optional sl
net/if_spppsubr.c optional sppp
net/if_stf.c count stf
net/if_tun.c optional tun
+net/if_tap.c optional tap
net/if_vlan.c count vlan
net/intrq.c standard
net/net_osdep.c standard
OpenPOWER on IntegriCloud