Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chromeos / test / data / network / translation_of_shill_ethernet_with_ipconfig.onc
1 {
2   "Ethernet":{
3     "Authentication":"None"
4   },
5   "GUID":"guid",
6   "IPConfigs":[
7     {
8       "Gateway":"1.1.1.1",
9       "IPAddress":"123.123.123.123",
10       "NameServers":[
11         "1.1.1.2",
12         "1.1.1.3"
13       ],
14       "RoutingPrefix":24,
15       "Type":"IPv4",
16       "WebProxyAutoDiscoveryUrl":"proxy.url"
17     },
18     {
19       "Gateway":"2001:db8:85a3::7a2e:370:7331",
20       "IPAddress":"2001:0db8:85a3:0000:0000:8a2e:0370:7334",
21       "NameServers":[],
22       "RoutingPrefix":12,
23       "Type":"IPv6"
24     }
25   ],
26   "Name":"",
27   "SavedIPConfig":{
28     "Gateway":"1.1.1.4",
29     "IPAddress":"124.124.124.124",
30     "NameServers":[
31       "1.1.1.5",
32       "1.1.1.6"
33     ],
34     "RoutingPrefix":25,
35     "Type":"IPv4"
36   },
37   "StaticIPConfig":{
38     "Gateway":"1.1.1.7",
39     "IPAddress":"125.125.125.125",
40     "NameServers":[
41       "1.1.1.8"
42     ],
43     "RoutingPrefix":26,
44     "Type":"IPv4"
45   },
46   "Type":"Ethernet"
47 }