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

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

Issue 540613002: Translate Saved/StaticIPConfig properties from ONC to Shill (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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_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
index d4a472f581e4035553f4c589952c0cd935f33b65..7d53897d63961686d1d0a473120427ac08171fe2 100644
--- a/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc
+++ b/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc
@@ -12,7 +12,8 @@
"1.1.1.3"
],
"RoutingPrefix":24,
- "Type":"IPv4"
+ "Type":"IPv4",
+ "WebProxyAutoDiscoveryUrl":"proxy.url"
},
{
"Gateway":"2001:db8:85a3::7a2e:370:7331",
@@ -23,5 +24,22 @@
}
],
"Name":"",
+ "SavedIPConfig":{
pneubeck (no reviews) 2014/09/04 12:38:45 could you add the opposite test from ONC to Shill
pneubeck (no reviews) 2014/09/04 12:41:12 you could add it to the existing ethernet.onc and
stevenjb 2014/09/04 15:26:21 Except I moved these to network_with_state_fields,
pneubeck (no reviews) 2014/09/04 15:29:06 I wasn't very clear about this: IPConfigs and Sav
+ "Gateway":"1.1.1.4",
+ "IPAddress":"456.456.456.456",
+ "NameServers":[
+ "1.1.1.5",
+ "1.1.1.6"
+ ],
+ "RoutingPrefix":25,
+ },
+ "StaticIPConfig":{
+ "Gateway":"1.1.1.7",
+ "IPAddress":"789.789.789.789",
+ "NameServers":[
+ "1.1.1.8"
+ ],
+ "RoutingPrefix":26,
+ },
"Type":"Ethernet"
}

Powered by Google App Engine
This is Rietveld 408576698