Don't preload rarely seen large images
[chromium-blink-merge.git] / chromeos / test / data / network / translation_of_shill_ethernet_with_ipconfig.onc
blob1998d49f5a895d7274fdece64e74fb4d09d62a24
2   "Ethernet":{
3     "Authentication":"None"
4   },
5   "GUID":"guid",
6   "IPAddressConfigType":"Static",
7   "IPConfigs":[
8     {
9       "Gateway":"1.1.1.1",
10       "IPAddress":"123.123.123.123",
11       "NameServers":[
12         "1.1.1.2",
13         "1.1.1.3"
14       ],
15       "RoutingPrefix":24,
16       "Type":"IPv4",
17       "WebProxyAutoDiscoveryUrl":"proxy.url"
18     },
19     {
20       "Gateway":"2001:db8:85a3::7a2e:370:7331",
21       "IPAddress":"2001:0db8:85a3:0000:0000:8a2e:0370:7334",
22       "NameServers":[],
23       "RoutingPrefix":12,
24       "Type":"IPv6"
25     }
26   ],
27   "Name":"",
28   "NameServersConfigType":"Static",
29   "SavedIPConfig":{
30     "Gateway":"1.1.1.4",
31     "IPAddress":"124.124.124.124",
32     "NameServers":[
33       "1.1.1.5",
34       "1.1.1.6"
35     ],
36     "RoutingPrefix":25,
37     "Type":"IPv4"
38   },
39   "StaticIPConfig":{
40     "Gateway":"1.1.1.7",
41     "IPAddress":"125.125.125.125",
42     "NameServers":[
43       "1.1.1.8"
44     ],
45     "RoutingPrefix":26,
46     "Type":"IPv4"
47   },
48   "Type":"Ethernet"