wireguard-android/app/tools
Jason A. Donenfeld 2caa06d9fb wg-quick: set mtu after addresses
This has all sorts of terrible implications and fixes a problem in a
pretty terrible way. If the interface MTU is less than 1280, IPv6
addresses will fail to be added. Rather than explictly trying to catch
this and do something particular about it -- such as nicely warning the
user that there could be a v6 isolation issue, for example -- we just
set the MTU _after_ we set the addresses, so that in setting the MTU, we
wind up removing the addresses that were just added. This is pretty bad,
but it makes things a bit smoother.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-12-26 20:04:40 +01:00
..
libmnl@0930a63252 tools: build required tools with apk 2017-12-15 06:00:45 +01:00
wireguard@44f8e4d7d0 tools: build required tools with apk 2017-12-15 06:00:45 +01:00
CMakeLists.txt tools: add wg-quick directly 2017-12-20 05:02:51 +01:00
wg-quick.c wg-quick: set mtu after addresses 2017-12-26 20:04:40 +01:00