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

Side by Side Diff: chromeos/test/data/network/shill_ethernet.json

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 { "GUID": "guid", 1 {
2 "Type": "ethernet", 2 "GUID":"guid",
3 "IPConfig":{
4 "Address":"123.123.123.123",
armansito 2014/04/23 18:46:36 You should add a test case for an IPConfig with an
pneubeck (no reviews) 2014/04/25 10:07:34 Done.
5 "Gateway":"1.1.1.1",
6 "NameServers":[
7 "1.1.1.2",
8 "1.1.1.3"
9 ],
10 "Prefixlen":24
11 },
12 "Type":"ethernet"
3 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698