qlwpub / ics-openvpn

Automatically exported from code.google.com/p/ics-openvpn
0 stars 0 forks source link

Add a "\n" in the VpnProfile.java #238

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello

What steps will reproduce the problem?
1. Add in the ovpn file, the line "route remote_host 255.255.255.255 
net_gateway"
2. In the log I have route remote_host/255.255.255.255/net_gatewaynobind/nil
3. So : RESOLVE: Cannot resolve host adress: net_gatewaynobind: (No adress 
associated with hostname).

I think the correction is to add "\n" in the VpnProfile.java on line 335 :
 routes += "route " + route + " net_gateway";
=> Replaced by 
 routes += "route " + route + " net_gateway\n";

Best Regards

Original issue reported on code.google.com by j.ri...@gmail.com on 6 Mar 2014 at 4:46

GoogleCodeExporter commented 9 years ago
This issue was closed by revision b469f445bda3.

Original comment by arne@rfc2549.org on 6 Mar 2014 at 4:58

GoogleCodeExporter commented 9 years ago
If you need a new apk to test the change I can provide you one.

Original comment by arne@rfc2549.org on 6 Mar 2014 at 4:58