wg-quick: syntax error, unexpected saddr

Jason A. Donenfeld Jason at zx2c4.com
Fri Jan 3 18:14:09 CET 2020


On Fri, Jan 3, 2020 at 5:43 PM Alvin Darkness <AlvinD11 at hotmail.com> wrote:
>
> Unfortunately as slackware 14.2 is a (quite old now) stable release there isnt much we can do about getting nft past 0.6.  A good portion of us slackware users have moved onto slackware -current, which is the rolling release, as we wait for Pat to pull the trigger and get slackware 15.0 out.   Slackware -current is using nft 0.9.3 at the moment, so no issues there.
>
> I can add a caveat to the description/readme on the slackbuilds wireguard-tools page to include something about wg-quick and nft compatibility for 14.2 users.
>
> That commit is up to you.  If you think an install time solution is better we could just add something to the build script instead.

Can you just add:

sed -i 's/type -p nft/false/g' src/wg-quick/linux.bash

to your slackbuild before installing? That'll make it fall back to
iptables always.


More information about the WireGuard mailing list