Skip to content

community/wireguard-tools: added missing dependency, ip6tables-restore is required for ipv6 setups

nu requested to merge llnu/aports:wgquick_ip6tables_dependfix into master

wg-quick up wg0 # was failing with with the following output:

[#] ip -6 rule add table main suppress_prefixlength 0
[#] ip6tables-restore -n
/usr/bin/wg-quick: line 32: ip6tables-restore: command not found

ip6tables-restore is part of ip6tables, and installing it fixed the issue.

Edited by nu

Merge request reports