summaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-11-09 03:16:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-11-09 03:16:08 +0000
commit6bf19b59d85f2b154aa58aecabda602efd0f838b (patch)
tree45cade4c520278c0524d7bd5f8225c634afea6cf /sys/conf/files
parentad0592d657a970d3b3d8200773732a354fad0461 (diff)
vether(4) is a virtual ethernet device driver which can be used
so that a bridge-etherip-tunnel host can join into the bridge itself. It is ridiculous that this capability was missing from our network stack portfolio, considering we have bgp and ospf daemons... discussed at length with claudio
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index d2fe3fbd3b4..b33ce9b7075 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.480 2009/11/05 20:50:14 michele Exp $
+# $OpenBSD: files,v 1.481 2009/11/09 03:16:07 deraadt Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -507,6 +507,7 @@ pseudo-device gre: ifnet
pseudo-device crypto: ifnet
pseudo-device trunk: ifnet, ether, ifmedia
pseudo-device mpe: ifnet, ether
+pseudo-device vether: ifnet, ether
pseudo-device sequencer
pseudo-device systrace
@@ -814,6 +815,7 @@ file net/if_gre.c gre needs-count
file net/if_trunk.c trunk needs-count
file net/trunklacp.c trunk
file net/if_mpe.c mpe needs-count
+file net/if_vether.c vether needs-count
file net/if_aoe.c ether & aoe
file net80211/ieee80211.c wlan
file net80211/ieee80211_amrr.c wlan