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

Side by Side Diff: chrome/test/data/chromeos/network_settings/user.onc

Issue 10944009: Implementation of ONC signature, validator and normalizer. (Closed) Base URL: http://git.chromium.org/chromium/src.git@gperffix
Patch Set: Created 8 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
OLDNEW
(Empty)
1 { "Type": "Ethernet",
2 "Name": "testopenvpn",
3 "VPN": {
4 "Host": "users host",
5 "Type": "OpenVPN",
6 "OpenVPN": {
7 "Port": 1195,
8 "Password": "users password"
9 }
10 },
11 "ProxySettings": {
12 "Type": "Direct"
13 },
14 "IPConfigs": [
15 { "Type": "IPv4",
16 "IPAddress": "127.0.0.1",
17 "SearchDomains": [ "acme.org" ] },
18 { "Type": "IPv4",
19 "IPAddress": "1.2.3.4" }
20 ]
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698