diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-11-09 03:16:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-11-09 03:16:08 +0000 |
commit | 6bf19b59d85f2b154aa58aecabda602efd0f838b (patch) | |
tree | 45cade4c520278c0524d7bd5f8225c634afea6cf /sys/conf/files | |
parent | ad0592d657a970d3b3d8200773732a354fad0461 (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/files | 4 |
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 |