Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chromeos / test / data / network / ethernet.onc
1 { "GUID": "guid",
2   "Type": "Ethernet",
3   "Name": "name",
4   "Ethernet": {
5     "Authentication": "None"
6   },
7   "StaticIPConfig":{
8     "Gateway":"1.1.1.7",
9     "IPAddress":"125.125.125.125",
10     "NameServers":[
11       "1.1.1.8",
12       "125.1.1.3"
13     ],
14     "RoutingPrefix":26,
15     "Type":"IPv4"
16   }
17 }