From 1fccb03fca7db86a438d8f24425e9cd776ea23f6 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 10 Jul 2014 15:09:08 +0200 Subject: Don't warn on ifconfig configuration issuses. The VpnService makes enough warnings. --- main/src/main/java/de/blinkt/openvpn/VpnProfile.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main') diff --git a/main/src/main/java/de/blinkt/openvpn/VpnProfile.java b/main/src/main/java/de/blinkt/openvpn/VpnProfile.java index 7e25e79a..7fefa067 100644 --- a/main/src/main/java/de/blinkt/openvpn/VpnProfile.java +++ b/main/src/main/java/de/blinkt/openvpn/VpnProfile.java @@ -228,6 +228,9 @@ public class VpnProfile implements Serializable { cfg += "machine-readable-output\n"; + // Users are confused by warnings that are misleading... + cfg += "ifconfig-nowarn\n"; + boolean useTLSClient = (mAuthenticationType != TYPE_STATICKEYS); -- cgit v1.2.3