wireguard-tools/src/wg-quick
Jason A. Donenfeld 6262906e5c wg-quick: linux: use already configured addresses instead of in-memory
The ADDRESSES array might not have addresses added during PreUp. But
moreover, nft(8) and iptables(8) don't like ip addresses in the form
somev6prefix::someipv4suffix, such as fd00::1.2.3.4, while ip(8) can
handle it. So by adding these first and then asking for them back, we
always get normalized addresses suitable for nft(8) and iptables(8).

Reported-by: Silvan Nagl <mail@53c70r.de>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-12-17 14:18:09 +01:00
..
android.c global: fix up spelling 2019-12-12 12:24:05 +01:00
darwin.bash wg-quick: darwin: support being called from launchd 2019-06-24 11:19:18 +02:00
freebsd.bash wg-quick: make darwin and freebsd path search strict like linux 2019-04-23 20:12:54 +09:00
linux.bash wg-quick: linux: use already configured addresses instead of in-memory 2019-12-17 14:18:09 +01:00
openbsd.bash wg-quick: openbsd: fix alternate routing table syntax 2019-08-07 10:41:26 +02:00
wg wg-quick: add wg symlink 2018-05-14 19:23:17 +02:00