Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1359)

Side by Side Diff: chromeos/test/data/network/l2tpipsec_clientcert_with_cert_pems.onc

Issue 1058973002: Add an ONC property for disabling LCP echo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address stevenjb@'s comments Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698