aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-03-22 12:42:09 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-03-22 12:42:09 +0000
commit9dbb09756f358a5d15d1afb9f6d6fd268d85c25a (patch)
tree514d578ff77be8cff8418b825bfc5b7e861b9e8a /UPDATING
parent80249f8a69aa9cbd43243717d5e85048001424d9 (diff)
downloadports-9dbb09756f358a5d15d1afb9f6d6fd268d85c25a.tar.gz
ports-9dbb09756f358a5d15d1afb9f6d6fd268d85c25a.zip
net/wireguard: Updating and fallback instructions for wireguard kernel support
Notes
Notes: svn path=/head/; revision=568955
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ba258eb20802..0f0ca76243ad 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,24 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20210322:
+ AFFECTS: users of net/wireguard
+ AUTHOR: decke@FreeBSD.org
+
+ A wireguard kernel implementation supporting FreeBSD 12.1 and newer was
+ added as net/wireguard-kmod recently.
+
+ The new default for users of net/wireguard is the kernel module where it
+ is supported and needs to be loaded at boot time from your /etc/rc.conf
+ or /etc/rc.conf.d/wireguard file:
+
+ kld_list="/boot/modules/if_wg.ko"
+
+ If you experience problems with it you can switch back to wireguard-go
+ easily by unloading (or not loading) the kernel module. The userland
+ tools wg-quick(8) and wg(8) try to use kernel support and otherwise fall
+ back to wireguard-go automatically. Config files are fully compatible.
+
20210317:
AFFECTS: users of security/strongswan
AUTHOR: driesm.michiels@gmail.com