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

Unified Diff: chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc

Issue 249193003: Add Shill to ONC translation of IPConfig. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased 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
« no previous file with comments | « chromeos/test/data/network/shill_ethernet_with_ipconfig.json ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc
diff --git a/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc b/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc
new file mode 100644
index 0000000000000000000000000000000000000000..d4a472f581e4035553f4c589952c0cd935f33b65
--- /dev/null
+++ b/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc
@@ -0,0 +1,27 @@
+{
+ "Ethernet":{
+ "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"
+ },
+ {
+ "Gateway":"2001:db8:85a3::7a2e:370:7331",
+ "IPAddress":"2001:0db8:85a3:0000:0000:8a2e:0370:7334",
+ "NameServers":[],
+ "RoutingPrefix":12,
+ "Type":"IPv6"
+ }
+ ],
+ "Name":"",
+ "Type":"Ethernet"
+}
« no previous file with comments | « chromeos/test/data/network/shill_ethernet_with_ipconfig.json ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698