This repository has been archived on 2024-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
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
..
2019-01-07 19:26:10 -05:00
2019-01-07 19:26:10 -05:00
2019-01-07 19:26:10 -05:00
2019-05-31 18:30:59 +02:00
2017-01-05 19:41:23 +01:00
2019-01-07 19:26:10 -05:00
2019-05-31 18:30:59 +02:00
2019-01-07 19:26:10 -05:00
2019-01-07 19:26:10 -05:00
2019-01-07 19:26:10 -05:00
2019-01-07 19:26:10 -05:00
2019-01-07 19:26:10 -05:00
2019-01-07 19:26:10 -05:00
2019-01-07 19:26:10 -05:00
2019-01-07 19:26:10 -05:00
2019-11-27 14:42:34 +01:00