[Openvpn-devel] [PATCH 2/2] Adjust Android code after sitnl patch merge

2019-08-15 Thread Arne Schwabe
It turns out that the only part of Android that still shares routing code with Linux is the get_default_ipv6 method. Instead of fixing a method that makes little sense on Android anyway, have a method that returns a fake ipv6 gateway like for ipv4. --- src/openvpn/route.c | 66

Re: [Openvpn-devel] [PATCH 2/2] Adjust Android code after sitnl patch merge

2019-08-13 Thread Antonio Quartulli
Hi Arne, On 12/08/2019 15:45, Arne Schwabe wrote: > It turns out that the only part of Android that still shares routing > code with Linux is the get_default_ipv6 method. > > Instead of fixing a method that makes little sense on Android anyway, > have a method that returns a fake ipv6 gateway