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

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

Issue 750313003: ONC: Add IPConfigType. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ipconfig_object
Patch Set: Change clearing of StaticIPConfig. Created 6 years 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
« no previous file with comments | « chromeos/test/data/network/toplevel_wifi_open.onc ('k') | components/onc/docs/onc_spec.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { "Type": "Ethernet", 1 { "Type": "Ethernet",
2 "Name": "testopenvpn", 2 "Name": "testopenvpn",
3 "VPN": { 3 "VPN": {
4 "Host": "users host", 4 "Host": "users host",
5 "Type": "OpenVPN", 5 "Type": "OpenVPN",
6 "OpenVPN": { 6 "OpenVPN": {
7 "Port": 1195, 7 "Port": 1195,
8 "Password": "users password" 8 "Password": "users password"
9 } 9 }
10 }, 10 },
11 "ProxySettings": { 11 "ProxySettings": {
12 "Type": "Direct" 12 "Type": "Direct"
13 }, 13 },
14 "IPConfigType": "Static",
14 "StaticIPConfig": { 15 "StaticIPConfig": {
15 "Type": "IPv4", 16 "Type": "IPv4",
16 "IPAddress": "1.2.3.4", 17 "IPAddress": "1.2.3.4",
17 "SearchDomains": [ "acme.org" ] 18 "SearchDomains": [ "acme.org" ]
18 } 19 }
19 } 20 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/toplevel_wifi_open.onc ('k') | components/onc/docs/onc_spec.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698