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 2ef8327d0f07f07938ce013adbe012d8bfc41dc1..53c8216c209e40aca113efb713c43d68626bb665 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); |
pneubeck (no reviews)
2014/12/05 09:47:46
how is this change relevant?
stevenjb
2015/01/08 00:44:39
0 is not valid. I rely on the fake implementation
|
ipconfig_v4_dictionary.SetStringWithoutPathExpansion( |
shill::kMethodProperty, shill::kTypeIPv4); |
ip_configs->AddIPConfig("ipconfig_v4_path", ipconfig_v4_dictionary); |