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

Side by Side Diff: chromeos/test/data/network/user.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 { "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 "IPAddressConfigType": "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/translation_of_shill_ethernet_with_ipconfig.onc ('k') | chromeos/test/data/network/wifi_dhcp.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698