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

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

Issue 540333002: ONC: Fix Static-/Saved-/IPConfig. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed another unit test. 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
« no previous file with comments | « chromeos/test/data/network/user.onc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/test/data/network/vpn_active_settings.onc
diff --git a/chromeos/test/data/network/vpn_active_settings.onc b/chromeos/test/data/network/vpn_active_settings.onc
index 62b3c211354d6fbbe6daee3519b8d1c7595a47a3..f3c6f784b9d8203afbbf1dbe1d3cd0a54de1e334 100644
--- a/chromeos/test/data/network/vpn_active_settings.onc
+++ b/chromeos/test/data/network/vpn_active_settings.onc
@@ -1,5 +1,24 @@
{ "Type": "VPN",
"Name": "testopenvpn",
"ConnectionState": "Connected",
- "GUID": "123"
+ "GUID": "123",
+ "IPConfigs":[
+ {
+ "Gateway":"2001:db8:85a3::7a2e:370:7331",
+ "IPAddress":"2001:0db8:85a3:0000:0000:8a2e:0370:7334",
+ "NameServers":[],
+ "RoutingPrefix":12,
+ "Type":"IPv6"
+ }
+ ],
+ "SavedIPConfig":{
+ "Gateway":"1.1.1.4",
+ "IPAddress":"124.124.124.124",
+ "NameServers":[
+ "1.1.1.5",
+ "1.1.1.6"
+ ],
+ "RoutingPrefix":25,
+ "Type":"IPv4"
+ }
}
« no previous file with comments | « chromeos/test/data/network/user.onc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698