Chromium Code Reviews| Index: chromeos/test/data/network/ethernet.onc |
| diff --git a/chromeos/test/data/network/ethernet.onc b/chromeos/test/data/network/ethernet.onc |
| index 56828bc38adfa04e5c76e0a351fdc918bab0992d..b8429996e69744223fd348c8d0ce0646206192e1 100644 |
| --- a/chromeos/test/data/network/ethernet.onc |
| +++ b/chromeos/test/data/network/ethernet.onc |
| @@ -3,5 +3,15 @@ |
| "Name": "name", |
| "Ethernet": { |
| "Authentication": "None" |
| + }, |
| + "StaticIPConfig":{ |
| + "Gateway":"1.1.1.7", |
| + "IPAddress":"125.125.125.125", |
| + "NameServers":[ |
| + "1.1.1.8", |
| + "125.1.1.3" |
| + ], |
| + "RoutingPrefix":26, |
| + "Type":"IPv4" |
| } |
| } |