Using latest -current on RockPro64. `wg-quick up ...` fails with the following output:
Code:
Starting ch7-mullvad...
[#] ip link add ch7-mullvad type wireguard
[#] wg setconf ch7-mullvad /dev/fd/63
[#] ip -4 address add <addr>/32 dev ch7-mullvad
[#] ip link set mtu 1420 up dev ch7-mullvad
[#] resolvconf -a ch7-mullvad -m 0 -x
[#] wg set ch7-mullvad fwmark 51820
[#] ip -4 route add 0.0.0.0/0 dev ch7-mullvad table 51820
[#] ip -4 rule add not fwmark 51820 table 51820
RTNETLINK answers: Operation not supported
[#] resolvconf -d ch7-mullvad -f
[#] ip link delete dev ch7-mullvad
Code:
-> % lsmod | grep wireguard
wireguard 73728 0
libchacha20poly1305 16384 1 wireguard
ip6_udp_tunnel 16384 1 wireguard
udp_tunnel 28672 1 wireguard
libcurve25519_generic 40960 1 wireguard
ipv6 462848 39 wireguard
Nothing special within the config file, no ipv6, no hooks.