summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2013-10-21 12:07:47 +0000
committerreyk <reyk@openbsd.org>2013-10-21 12:07:47 +0000
commit22887a4ed1a569d5ffb78c23ddbd873f24926380 (patch)
tree8023d0329c790271ae488f48d7c6efbd1618374f
parentUse the provided netmask on the subnet value provided in 'subnet' (diff)
downloadwireguard-openbsd-22887a4ed1a569d5ffb78c23ddbd873f24926380.tar.xz
wireguard-openbsd-22887a4ed1a569d5ffb78c23ddbd873f24926380.zip
enable vxlan(4). ok deraadt@
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index c4929576efa..cdd31bf7593 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.203 2013/10/13 10:10:01 reyk Exp $
+# $OpenBSD: GENERIC,v 1.204 2013/10/21 12:07:47 reyk Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -107,7 +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 vxlan # Virtual extensible LAN
pseudo-device vlan # IEEE 802.1Q VLAN
pseudo-device bio 1 # ioctl multiplexing device