diff options
author | Lorenzo Colitti <lorenzo@google.com> | 2013-06-17 11:10:27 -0700 |
---|---|---|
committer | Lorenzo Colitti <lorenzo@google.com> | 2013-07-31 01:09:53 +0900 |
commit | efa73c05f7fb0bc8bf9a50604d5c2f65a1a68697 (patch) | |
tree | 54b20cbff21243093441d34b540d250dc4de58f8 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | b7dfa02766fef8c32f6217f427a47ad519d1d9f0 (diff) |
464xlat: use a gatewayed route, not point-to-point
Various applications such as Skype and our legacy VPN code
do not understand routes pointed directly at point-to-point
interfaces and require a default gateway IPv4 address in
order to function.
Grudgingly accept that routes without default gateways Are Hard
and use gatewayed routes instead. This causes routing to go from:
default dev clat4 scope link
to:
default via 192.0.0.4 dev clat4 scope link
192.0.0.4 dev clat4 scope link
and those apps now work.
Bug: 9597256
Bug: 9597516
Change-Id: I7b7890873802d3cb99affd6eb70b8ab75e7a2cf6
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions