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

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

Issue 749013003: ONC: Add IPAddressConfigType and NameServersConfigType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alywas use empty dictionary to clear StaticIPConfig properties Created 5 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
1 { "GUID": "123", 1 { "GUID": "123",
2 "Type": "VPN", 2 "Type": "VPN",
3 "Name": "testopenvpn", 3 "Name": "testopenvpn",
4 "IPAddressConfigType": "Static",
4 "StaticIPConfig": { 5 "StaticIPConfig": {
5 "Type": "IPv4", 6 "Type": "IPv4",
6 "IPAddress": "127.0.0.1" 7 "IPAddress": "127.0.0.1"
7 }, 8 },
8 "VPN": { 9 "VPN": {
9 "Host": "device policys host", 10 "Host": "device policys host",
10 "Recommended": ["Host"], 11 "Recommended": ["Host"],
11 "Type": "OpenVPN", 12 "Type": "OpenVPN",
12 "OpenVPN": { 13 "OpenVPN": {
13 "Port": 0, 14 "Port": 0,
14 "Username": "device user", 15 "Username": "device user",
15 "Recommended": [ "Password", "Port" ], 16 "Recommended": [ "Password", "Port" ],
16 "ClientCertType": "Pattern", 17 "ClientCertType": "Pattern",
17 "ClientCertPattern": { 18 "ClientCertPattern": {
18 "IssuerCARef": [ "openvpn-test-ca" ], 19 "IssuerCARef": [ "openvpn-test-ca" ],
19 "Recommended": [ "EnrollmentURI", "IssuerCARef" ] 20 "Recommended": [ "EnrollmentURI", "IssuerCARef" ]
20 } 21 }
21 }, 22 },
22 "IPsec": { 23 "IPsec": {
23 "PSK": "sharedkey" 24 "PSK": "sharedkey"
24 } 25 }
25 } 26 }
26 } 27 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/augmented_merge.json ('k') | chromeos/test/data/network/managed_toplevel1.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698