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

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

Issue 249193003: Add Shill to ONC translation of IPConfig. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "Ethernet":{ 2 "Ethernet":{
3 "Authentication":"None" 3 "Authentication":"None"
4 }, 4 },
5 "GUID":"guid", 5 "GUID":"guid",
6 "IPConfigs":[
7 {
8 "Gateway":"1.1.1.1",
9 "IPAddress":"123.123.123.123",
10 "NameServers":[
11 "1.1.1.2",
12 "1.1.1.3"
13 ],
14 "RoutingPrefix":24,
15 "Type":"IPv4"
16 }
17 ],
6 "Name":"", 18 "Name":"",
7 "Type":"Ethernet" 19 "Type":"Ethernet"
8 } 20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698