wireguard-android/app
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
..
src/main tools: use cmp and right arguments for mount 2017-12-20 17:54:28 +01:00
tools wg-quick: set mtu after addresses 2017-12-26 20:04:40 +01:00
build.gradle tools: build required tools with apk 2017-12-15 06:00:45 +01:00
proguard-rules.pro project: Create empty project with WireGuard icon 2017-07-28 23:10:37 -05:00