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

Unified Diff: chromeos/test/data/network/managed_toplevel1.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
Index: chromeos/test/data/network/managed_toplevel1.onc
diff --git a/chromeos/test/data/network/managed_toplevel1.onc b/chromeos/test/data/network/managed_toplevel1.onc
index 712877ddfaaa1f7d5546eee4e715e3ecde43475a..5b5895965d201e7816968852f6704047e04013ce 100644
--- a/chromeos/test/data/network/managed_toplevel1.onc
+++ b/chromeos/test/data/network/managed_toplevel1.onc
@@ -3,6 +3,8 @@
[ { "GUID": "123",
"Type": "VPN",
"Name": "testopenvpn",
+ "IPAddressConfigType": "Static",
+ "NameServersConfigType": "Static",
"StaticIPConfig": {
"Gateway":"1.1.1.1",
"IPAddress": "127.0.0.1",
« no previous file with comments | « chromeos/test/data/network/device_policy.onc ('k') | chromeos/test/data/network/settings_with_normalization.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698