diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2020-06-23 23:35:40 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2020-06-23 23:35:40 +0000 |
commit | 9150d9795e6d2707bfa8afa8f84852af0e13b73e (patch) | |
tree | c9ad384ef6f02efe42526fa2a34abbe72034d05d | |
parent | d026ebeb3668c2fa58e761d97e710703ef19e4f3 (diff) |
enable wg(4).
this will make testing easier for everyone.
from Jason A. Donenfeld and Matt Dunwoodie
ok deraadt@ tobhe@
-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 34d608cff44..d303a092c03 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.270 2020/06/21 12:30:07 dlg Exp $ +# $OpenBSD: GENERIC,v 1.271 2020/06/23 23:35:39 dlg Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -109,7 +109,7 @@ pseudo-device vether # Virtual ethernet pseudo-device vxlan # Virtual extensible LAN pseudo-device vlan # IEEE 802.1Q VLAN pseudo-device switch # Switch -#pseudo-device wg # WireGuard +pseudo-device wg # WireGuard pseudo-device bio 1 # ioctl multiplexing device |