| OLD | NEW |
| 1 { "GUID": "guid", | 1 { "GUID": "guid", |
| 2 "Type": "VPN", | 2 "Type": "VPN", |
| 3 "Name": "MyL2TPVPN", | 3 "Name": "MyL2TPVPN", |
| 4 "VPN": { | 4 "VPN": { |
| 5 "Type": "L2TP-IPsec", | 5 "Type": "L2TP-IPsec", |
| 6 "Host": "some.host.org", | 6 "Host": "some.host.org", |
| 7 "IPsec": { | 7 "IPsec": { |
| 8 "AuthenticationType": "Cert", | 8 "AuthenticationType": "Cert", |
| 9 "ClientCertType": "Pattern", | 9 "ClientCertType": "Pattern", |
| 10 "ClientCertPattern": { | 10 "ClientCertPattern": { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 }, | 22 }, |
| 23 "IKEVersion": 1, | 23 "IKEVersion": 1, |
| 24 "SaveCredentials": true, | 24 "SaveCredentials": true, |
| 25 "XAUTH": { | 25 "XAUTH": { |
| 26 "Username": "some xauth username", | 26 "Username": "some xauth username", |
| 27 "Password": "some xauth password" | 27 "Password": "some xauth password" |
| 28 } | 28 } |
| 29 }, | 29 }, |
| 30 "L2TP": { | 30 "L2TP": { |
| 31 "Username": "some username", | 31 "Username": "some username", |
| 32 "Password": "some password" | 32 "Password": "some password", |
| 33 "LcpEchoDisabled": true |
| 33 } | 34 } |
| 34 } | 35 } |
| 35 } | 36 } |
| OLD | NEW |