aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-03-22 13:54:21 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-03-22 13:54:21 +0000
commit5f8c9fe574c7c06d8ac7725c46143d7e70c153c3 (patch)
tree0c49540b2dbd0397561fabffb3fd53c2727aad7b /UPDATING
parent2c80052aa01078baa91454cebe5404bb3b7f78e5 (diff)
downloadports-5f8c9fe574c7c06d8ac7725c46143d7e70c153c3.tar.gz
ports-5f8c9fe574c7c06d8ac7725c46143d7e70c153c3.zip
net/wireguard: Fix instructions, kernel module is loaded by ifconfig automatically (magic?!)
Notes
Notes: svn path=/head/; revision=568962
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 6 insertions, 8 deletions
diff --git a/UPDATING b/UPDATING
index 0f0ca76243ad..14fd9dc36cf5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,16 +12,14 @@ you update your ports collection, before attempting any port upgrades.
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"
+ The new default for users of net/wireguard is the kernel module.
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.
+ by removing net/wireguard-kmod and making sure net/wireguard-go is
+ installed.
+ The userland tools wg-quick(8) and wg(8) try to use kernel support if
+ the kernel module is available and otherwise fall back to wireguard-go
+ automatically. Config files are fully compatible.
20210317:
AFFECTS: users of security/strongswan