From 728bebe5cfbcacfe290ca38c4777c371e5d0560e Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Sun, 13 Oct 2013 10:10:05 +0000 Subject: 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@ --- sys/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/conf/GENERIC') diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 7f05181509a..c4929576efa 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.202 2013/10/01 06:57:25 dlg Exp $ +# $OpenBSD: GENERIC,v 1.203 2013/10/13 10:10:01 reyk Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -107,6 +107,7 @@ pseudo-device sppp 1 # Sync PPP/HDLC pseudo-device trunk # Trunking support pseudo-device tun # network tunneling over tty pseudo-device vether # Virtual ethernet +#pseudo-device vxlan # Virtual extensible LAN pseudo-device vlan # IEEE 802.1Q VLAN pseudo-device bio 1 # ioctl multiplexing device -- cgit v1.2.3