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

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

Issue 708563005: Use setProperties for IP Config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_430113_internet_options_1
Patch Set: IPConfigType=Static applies to NameServer only config 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
OLDNEW
1 { 1 {
2 "Ethernet":{ 2 "Ethernet":{
3 "Authentication":"None" 3 "Authentication":"None"
4 }, 4 },
5 "GUID":"guid", 5 "GUID":"guid",
6 "IPConfigType":"Static",
6 "IPConfigs":[ 7 "IPConfigs":[
7 { 8 {
8 "Gateway":"1.1.1.1", 9 "Gateway":"1.1.1.1",
9 "IPAddress":"123.123.123.123", 10 "IPAddress":"123.123.123.123",
10 "NameServers":[ 11 "NameServers":[
11 "1.1.1.2", 12 "1.1.1.2",
12 "1.1.1.3" 13 "1.1.1.3"
13 ], 14 ],
14 "RoutingPrefix":24, 15 "RoutingPrefix":24,
15 "Type":"IPv4", 16 "Type":"IPv4",
(...skipping 22 matching lines...) Expand all
38 "Gateway":"1.1.1.7", 39 "Gateway":"1.1.1.7",
39 "IPAddress":"125.125.125.125", 40 "IPAddress":"125.125.125.125",
40 "NameServers":[ 41 "NameServers":[
41 "1.1.1.8" 42 "1.1.1.8"
42 ], 43 ],
43 "RoutingPrefix":26, 44 "RoutingPrefix":26,
44 "Type":"IPv4" 45 "Type":"IPv4"
45 }, 46 },
46 "Type":"Ethernet" 47 "Type":"Ethernet"
47 } 48 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698