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

Side by Side Diff: chromeos/test/data/network/translation_of_shill_ethernet.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 { 1 {
2 "Ethernet":{ 2 "Ethernet":{
3 "Authentication":"None" 3 "Authentication":"None"
4 }, 4 },
5 "GUID":"guid", 5 "GUID":"guid",
6 "IPAddressConfigType":"Static",
6 "Name":"", 7 "Name":"",
8 "NameServersConfigType":"Static",
7 "StaticIPConfig":{ 9 "StaticIPConfig":{
8 "Gateway":"1.1.1.7", 10 "Gateway":"1.1.1.7",
9 "IPAddress":"125.125.125.125", 11 "IPAddress":"125.125.125.125",
10 "NameServers":[ 12 "NameServers":[
11 "1.1.1.8", 13 "1.1.1.8",
12 "125.1.1.3" 14 "125.1.1.3"
13 ], 15 ],
14 "RoutingPrefix":26, 16 "RoutingPrefix":26,
15 "Type":"IPv4" 17 "Type":"IPv4"
16 }, 18 },
17 "Type":"Ethernet" 19 "Type":"Ethernet"
18 } 20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698