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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/test/data/network/translation_of_shill_ethernet.onc
diff --git a/chromeos/test/data/network/translation_of_shill_ethernet.onc b/chromeos/test/data/network/translation_of_shill_ethernet.onc
index 8b568bf860f550e8e4d3ced0a22d826204cdf5fc..3a74e57b77d0d8bfce419e90fe4d63099107beb3 100644
--- a/chromeos/test/data/network/translation_of_shill_ethernet.onc
+++ b/chromeos/test/data/network/translation_of_shill_ethernet.onc
@@ -3,6 +3,18 @@
"Authentication":"None"
},
"GUID":"guid",
+ "IPConfigs":[
+ {
+ "Gateway":"1.1.1.1",
+ "IPAddress":"123.123.123.123",
+ "NameServers":[
+ "1.1.1.2",
+ "1.1.1.3"
+ ],
+ "RoutingPrefix":24,
+ "Type":"IPv4"
+ }
+ ],
"Name":"",
"Type":"Ethernet"
}

Powered by Google App Engine
This is Rietveld 408576698