Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chromeos / test / data / network / vpn_active_settings.onc
1 { "Type": "VPN",
2   "Name": "testopenvpn",
3   "ConnectionState": "Connected",
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   }
24 }