| Index: chromeos/dbus/fake_shill_manager_client.cc
|
| diff --git a/chromeos/dbus/fake_shill_manager_client.cc b/chromeos/dbus/fake_shill_manager_client.cc
|
| index 7a8e633b3c41338833eb5bab036a652a37e85864..96a308d11b3aa565313901401ae2694fd504b23e 100644
|
| --- a/chromeos/dbus/fake_shill_manager_client.cc
|
| +++ b/chromeos/dbus/fake_shill_manager_client.cc
|
| @@ -596,7 +596,7 @@ void FakeShillManagerClient::SetupDefaultEnvironment() {
|
| ipconfig_v4_dictionary.SetStringWithoutPathExpansion(
|
| shill::kGatewayProperty, "0.0.0.1");
|
| ipconfig_v4_dictionary.SetIntegerWithoutPathExpansion(
|
| - shill::kPrefixlenProperty, 0);
|
| + shill::kPrefixlenProperty, 1);
|
| ipconfig_v4_dictionary.SetStringWithoutPathExpansion(
|
| shill::kMethodProperty, shill::kTypeIPv4);
|
| ip_configs->AddIPConfig("ipconfig_v4_path", ipconfig_v4_dictionary);
|
|
|