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

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

Issue 749013003: ONC: Add IPAddressConfigType and NameServersConfigType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alywas use empty dictionary to clear StaticIPConfig properties Created 5 years, 11 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/translation_of_shill_ethernet.onc ('k') | chromeos/test/data/network/user.onc » ('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
index 296ae455478899a20d0dd568ae0ffda22001aaf3..1998d49f5a895d7274fdece64e74fb4d09d62a24 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
@@ -3,6 +3,7 @@
"Authentication":"None"
},
"GUID":"guid",
+ "IPAddressConfigType":"Static",
"IPConfigs":[
{
"Gateway":"1.1.1.1",
@@ -24,6 +25,7 @@
}
],
"Name":"",
+ "NameServersConfigType":"Static",
"SavedIPConfig":{
"Gateway":"1.1.1.4",
"IPAddress":"124.124.124.124",
« no previous file with comments | « chromeos/test/data/network/translation_of_shill_ethernet.onc ('k') | chromeos/test/data/network/user.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698