diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-02-11 23:38:15 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-02-11 23:38:15 +0100 |
commit | 41f4eced33e0e94894fe8e1fec346fb246c52c0f (patch) | |
tree | 5f33d5da0ac2843a372042d758ed455282b26fb0 /res | |
parent | c373af42b1a75b0f23c2f0edbf196dfbb1ef0a0e (diff) |
disable ipv6 route exclusion
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/vpn_routing.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/xml/vpn_routing.xml b/res/xml/vpn_routing.xml index c547518b..0f006431 100644 --- a/res/xml/vpn_routing.xml +++ b/res/xml/vpn_routing.xml @@ -44,7 +44,9 @@ android:key="customRoutesv6" android:title="@string/custom_routes_title" /> + <!-- disable for now. Not supported by OpenVPN itself --> <EditTextPreference + android:enabled="false" android:dependency="useDefaultRoute" android:dialogMessage="@string/custom_route_message_excluded" android:key="excludedRoutesv6" |