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

Side by Side Diff: chromeos/test/data/network/shill_l2tpipsec_clientcert.json

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 { 1 {
2 "GUID": "guid", 2 "GUID": "guid",
3 "L2TPIPsec.Password": "some password", 3 "L2TPIPsec.Password": "some password",
4 "L2TPIPsec.User": "some username", 4 "L2TPIPsec.User": "some username",
5 "L2TPIPsec.XauthPassword": "some xauth password", 5 "L2TPIPsec.XauthPassword": "some xauth password",
6 "L2TPIPsec.XauthUser": "some xauth username", 6 "L2TPIPsec.XauthUser": "some xauth username",
7 "L2TPIPsec.LCPEchoDisabled": true,
7 "Name": "MyL2TPVPN", 8 "Name": "MyL2TPVPN",
8 "Provider.Host": "some.host.org", 9 "Provider.Host": "some.host.org",
9 "Provider.Type": "l2tpipsec", 10 "Provider.Type": "l2tpipsec",
10 "SaveCredentials": true, 11 "SaveCredentials": true,
11 "Type": "vpn", 12 "Type": "vpn",
12 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698