diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2013-10-13 10:10:05 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2013-10-13 10:10:05 +0000 |
commit | 728bebe5cfbcacfe290ca38c4777c371e5d0560e (patch) | |
tree | 21318ce06a08909b963e7238f07971e33a148f46 /sys/conf/files | |
parent | dc9aa5495448804b764c4be959bf635dcc8fb033 (diff) |
Import vxlan(4), the virtual extensible local area network tunnel
interface. VXLAN is a UDP-based tunnelling protocol for overlaying
virtualized layer 2 networks over layer 3 networks. The implementation
is based on draft-mahalingam-dutt-dcops-vxlan-04 and has been tested
with other implementations in the wild.
put it in deraadt@
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 58635aeb080..94292f0db0a 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.555 2013/10/12 12:02:03 henning Exp $ +# $OpenBSD: files,v 1.556 2013/10/13 10:10:02 reyk Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -541,6 +541,7 @@ pseudo-device trunk: ifnet, ether, ifmedia pseudo-device mpe: ifnet, ether pseudo-device vether: ifnet, ether pseudo-device pppx: ifnet +pseudo-device vxlan: ifnet, ether, ifmedia pseudo-device systrace @@ -800,6 +801,7 @@ file net/if_mpe.c mpe needs-count file net/if_vether.c vether needs-count file net/if_pppx.c pppx needs-count file net/if_aoe.c ether & aoe +file net/if_vxlan.c vxlan needs-count file net80211/ieee80211.c wlan file net80211/ieee80211_amrr.c wlan file net80211/ieee80211_crypto.c wlan |