| Index: chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc
|
| diff --git a/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc b/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc
|
| index d4a472f581e4035553f4c589952c0cd935f33b65..f65ca62f44323f9d563f01f11ebbc98bdba61c15 100644
|
| --- a/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc
|
| +++ b/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc
|
| @@ -12,7 +12,8 @@
|
| "1.1.1.3"
|
| ],
|
| "RoutingPrefix":24,
|
| - "Type":"IPv4"
|
| + "Type":"IPv4",
|
| + "WebProxyAutoDiscoveryUrl":"proxy.url"
|
| },
|
| {
|
| "Gateway":"2001:db8:85a3::7a2e:370:7331",
|
| @@ -23,5 +24,22 @@
|
| }
|
| ],
|
| "Name":"",
|
| + "SavedIPConfig":{
|
| + "Gateway":"1.1.1.4",
|
| + "IPAddress":"124.124.124.124",
|
| + "NameServers":[
|
| + "1.1.1.5",
|
| + "1.1.1.6"
|
| + ],
|
| + "RoutingPrefix":25,
|
| + },
|
| + "StaticIPConfig":{
|
| + "Gateway":"1.1.1.7",
|
| + "IPAddress":"125.125.125.125",
|
| + "NameServers":[
|
| + "1.1.1.8"
|
| + ],
|
| + "RoutingPrefix":26,
|
| + },
|
| "Type":"Ethernet"
|
| }
|
|
|