diff options
author | 2017-01-17 20:35:49 +0000 | |
---|---|---|
committer | 2017-01-17 20:35:49 +0000 | |
commit | 4801c04688c7271c9200ca96ec3c511a8d3d67ac (patch) | |
tree | 51e3ca596279dea083f7de81044ea11dc8786271 | |
parent | Add missing malloc(9) return value check in athn_node_alloc(). (diff) | |
download | wireguard-openbsd-4801c04688c7271c9200ca96ec3c511a8d3d67ac.tar.xz wireguard-openbsd-4801c04688c7271c9200ca96ec3c511a8d3d67ac.zip |
Enable switch(4).
ok jca@, reyk@
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index ab20737b81b..b422d2480c1 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.237 2016/12/22 11:04:44 rzalamena Exp $ +# $OpenBSD: GENERIC,v 1.238 2017/01/17 20:35:49 rzalamena Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -107,7 +107,7 @@ pseudo-device tun # network tunneling over tty (tun & tap) pseudo-device vether # Virtual ethernet pseudo-device vxlan # Virtual extensible LAN pseudo-device vlan # IEEE 802.1Q VLAN -#pseudo-device switch # Switch +pseudo-device switch # Switch pseudo-device bio 1 # ioctl multiplexing device |