commit | 2b04d2980aca13c47211e857fc95787122c0fe91 | [log] [tgz] |
---|---|---|
author | Hung-ying Tyan <tyanh@google.com> | Sat Jun 27 15:59:44 2009 +0800 |
committer | Hung-ying Tyan <tyanh@google.com> | Sat Jun 27 16:08:01 2009 +0800 |
tree | 2786efe89f966303fadb0a063f540ca9bdbd67d7 | |
parent | 5c7d9e8194900a2b1699cd57f95b22ca5f7b9be2 [diff] |
Revise VpnService to use new vpn.* properties. * Changes + Make VpnService get dns info from vpn.dns1/dns2 and set net.dns1/dns2. + Make VpnService wait on vpn.up instead of monitoring on ip-up-vpn. + Change commands sent to racoon. + Remove original sendCommand() from AndroidServiceProxy and rename sendCommand2() to sendCommand(). + Add L2tpIpsecPskService.java. + Add short stop after sending ipsec command.