]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Android platform specific changes.
authorArne Schwabe <arne@rfc2549.org>
Tue, 30 Apr 2013 19:29:11 +0000 (21:29 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 1 May 2013 10:25:23 +0000 (12:25 +0200)
commita55b3cdb236ebfd181c24f54ead4b4c27c7bdda7
treeab6cc8db16f4a3b71fc7f37b59763f22ca094dd1
parentad2df7b983eadbdc81fe0cf92543cad27b8f8882
Android platform specific changes.

On Android 4.0 (TARGET_ANDROID) the real opening of the tun is handled by
the (Java) application controlling OpenVPN. Instead of calling
ifconfig/route call the management to do the work. When running openvpn as
root openvpn should be compiled as TARGET_LINUX

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1367350151-23089-1-git-send-email-arne@rfc2549.org>
URL: http://article.gmane.org/gmane.network.openvpn.devel/7570
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/manage.c
src/openvpn/manage.h
src/openvpn/options.c
src/openvpn/route.c
src/openvpn/socket.c
src/openvpn/ssl.c
src/openvpn/syshead.h
src/openvpn/tun.c
src/openvpn/tun.h