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

Side by Side Diff: chromeos/test/data/network/valid_l2tpipsec.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": "PSK", 8 "AuthenticationType": "PSK",
9 "IKEVersion": 1, 9 "IKEVersion": 1,
10 "PSK": "some_preshared_key", 10 "PSK": "some_preshared_key",
11 "SaveCredentials": true, 11 "SaveCredentials": true,
12 "XAUTH": { 12 "XAUTH": {
13 "Username": "some xauth username", 13 "Username": "some xauth username",
14 "Password": "some xauth password" 14 "Password": "some xauth password"
15 } 15 }
16 }, 16 },
17 "L2TP": { 17 "L2TP": {
18 "Username": "some username", 18 "Username": "some username",
19 "Password": "some password" 19 "Password": "some password",
20 "LcpEchoDisabled": true
20 } 21 }
21 } 22 }
22 } 23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698