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

Side by Side Diff: chrome/test/data/chromeos/net/shill_for_managed_toplevel_l2tpipsec.json

Issue 11578052: Replace OncNetworkParser by the new ONC translator. (Closed) Base URL: http://git.chromium.org/chromium/src.git@extend_onc_to_shill
Patch Set: Rebased. Created 7 years, 11 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
(Empty)
1 {
2 "{926b84e4-f2c5-0972-b9bbb8f44c4316f5}": {
3 "GUID": "{926b84e4-f2c5-0972-b9bbb8f44c4316f5}",
4 // Ignored by Shill
5 // "L2TPIPsec.AuthenticationType": "PSK",
6 // "L2TPIPsec.IKEVersion": "1",
7 "L2TPIPsec.PSK": "passphrase",
8 "Name": "MyL2TPVPN",
9 "Profile": "user",
10 "Provider.Host": "l2tp.acme.org",
11 "Provider.Type": "l2tpipsec",
12 "SaveCredentials": false,
13 "Type": "vpn",
14 "UIData": "{\"onc_source\":\"user_policy\"}"
15 }
16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698