summaryrefslogtreecommitdiffstats
path: root/network/wireguard-tools/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/wireguard-tools/README')
-rw-r--r--network/wireguard-tools/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/network/wireguard-tools/README b/network/wireguard-tools/README
index f14a0fa01e..4769a806fe 100644
--- a/network/wireguard-tools/README
+++ b/network/wireguard-tools/README
@@ -8,3 +8,13 @@ Slackbuilds to build the associated kernel module package.
openresolv is an optional runtime dependency -- you need it if you want
to use to use wg-quick's DNS option.
+
+The wg-quick script needs at least nft 0.7 installed, if using nft.
+Slackware 14.2 ships with nftables 0.6. As such the build script
+will patch wg-quick to always fall back to iptables.
+
+If you have nftables 0.7 or newer installed (i.e. you are running
+-current or a modified 14.2 installation), you may want to leave
+wg-quick unpatched by setting NEW_NFT as follows -:
+
+NEW_NFT=yes ./wireguard-tools.SlackBuild