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

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

Issue 778693004: Reland: Change to Shill's IPConfig objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 { "GUID": "guid", 1 { "GUID": "guid",
2 "Type": "ethernet", 2 "Type": "ethernet",
3 "StaticIP.Address":"125.125.125.125", 3 "StaticIPConfig": {
4 "StaticIP.Gateway":"1.1.1.7", 4 "Address": "125.125.125.125",
5 "StaticIP.NameServers":"1.1.1.8,125.1.1.3", 5 "Gateway": "1.1.1.7",
6 "StaticIP.Prefixlen":26 6 "NameServers": ["1.1.1.8", "125.1.1.3"],
7 "Prefixlen": 26
8 }
7 } 9 }
OLDNEW
« no previous file with comments | « chromeos/network/onc/onc_translator_shill_to_onc.cc ('k') | chromeos/test/data/network/shill_ethernet_with_ipconfig.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698