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

Side by Side Diff: chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.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 { 1 {
2 "Ethernet":{ 2 "Ethernet":{
3 "Authentication":"None" 3 "Authentication":"None"
4 }, 4 },
5 "GUID":"guid", 5 "GUID":"guid",
6 "IPConfigs":[ 6 "IPConfigs":[
7 { 7 {
8 "Gateway":"1.1.1.1", 8 "Gateway":"1.1.1.1",
9 "IPAddress":"123.123.123.123", 9 "IPAddress":"123.123.123.123",
10 "NameServers":[ 10 "NameServers":[
(...skipping 14 matching lines...) Expand all
25 ], 25 ],
26 "Name":"", 26 "Name":"",
27 "SavedIPConfig":{ 27 "SavedIPConfig":{
28 "Gateway":"1.1.1.4", 28 "Gateway":"1.1.1.4",
29 "IPAddress":"124.124.124.124", 29 "IPAddress":"124.124.124.124",
30 "NameServers":[ 30 "NameServers":[
31 "1.1.1.5", 31 "1.1.1.5",
32 "1.1.1.6" 32 "1.1.1.6"
33 ], 33 ],
34 "RoutingPrefix":25, 34 "RoutingPrefix":25,
35 "Type":"IPv4"
35 }, 36 },
36 "StaticIPConfig":{ 37 "StaticIPConfig":{
37 "Gateway":"1.1.1.7", 38 "Gateway":"1.1.1.7",
38 "IPAddress":"125.125.125.125", 39 "IPAddress":"125.125.125.125",
39 "NameServers":[ 40 "NameServers":[
40 "1.1.1.8" 41 "1.1.1.8"
41 ], 42 ],
42 "RoutingPrefix":26, 43 "RoutingPrefix":26,
44 "Type":"IPv4"
43 }, 45 },
44 "Type":"Ethernet" 46 "Type":"Ethernet"
45 } 47 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/translation_of_shill_ethernet.onc ('k') | chromeos/test/data/network/user.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698