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

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

Issue 540333002: ONC: Fix Static-/Saved-/IPConfig. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed another unit test. Created 6 years, 3 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": "guid", 1 { "GUID": "guid",
2 "Type": "Ethernet", 2 "Type": "Ethernet",
3 "Name": "name", 3 "Name": "name",
4 "Ethernet": { 4 "Ethernet": {
5 "Authentication": "None" 5 "Authentication": "None"
6 },
7 "StaticIPConfig":{
8 "Gateway":"1.1.1.7",
9 "IPAddress":"125.125.125.125",
10 "NameServers":[
11 "1.1.1.8",
12 "125.1.1.3"
13 ],
14 "RoutingPrefix":26,
15 "Type":"IPv4"
6 } 16 }
7 } 17 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/device_policy.onc ('k') | chromeos/test/data/network/invalid_settings_with_repairs.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698