diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2020-06-21 12:30:08 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2020-06-21 12:30:08 +0000 |
commit | 964f094faa9cfc200bef3e6a1f510c2e7dcff0ed (patch) | |
tree | a5e934ad4eeea2b296f267ab0e64d4e2d2394294 /sys | |
parent | b1637694aa6a7670301c4b7befcd65bc388aa86a (diff) |
add a commented out entry for wg(4).
i think ive tempted fate enough for one day.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 26f9e6b11e3..34d608cff44 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.269 2020/05/09 19:48:45 naddy Exp $ +# $OpenBSD: GENERIC,v 1.270 2020/06/21 12:30:07 dlg Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -109,6 +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 bio 1 # ioctl multiplexing device |