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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chromeos/test/data/network/user.onc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { "Type": "VPN", 1 { "Type": "VPN",
2 "Name": "testopenvpn", 2 "Name": "testopenvpn",
3 "ConnectionState": "Connected", 3 "ConnectionState": "Connected",
4 "GUID": "123" 4 "GUID": "123",
5 "IPConfigs":[
6 {
7 "Gateway":"2001:db8:85a3::7a2e:370:7331",
8 "IPAddress":"2001:0db8:85a3:0000:0000:8a2e:0370:7334",
9 "NameServers":[],
10 "RoutingPrefix":12,
11 "Type":"IPv6"
12 }
13 ],
14 "SavedIPConfig":{
15 "Gateway":"1.1.1.4",
16 "IPAddress":"124.124.124.124",
17 "NameServers":[
18 "1.1.1.5",
19 "1.1.1.6"
20 ],
21 "RoutingPrefix":25,
22 "Type":"IPv4"
23 }
5 } 24 }
OLDNEW
« 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