| Index: net/base/net_util_posix.cc
|
| diff --git a/net/base/net_util_posix.cc b/net/base/net_util_posix.cc
|
| index fbc3fcc8f6eac39f64150c69a3cec11d8eb43f51..d2b8aa36c314a41f751ae70ad08b44f8d617da12 100644
|
| --- a/net/base/net_util_posix.cc
|
| +++ b/net/base/net_util_posix.cc
|
| @@ -249,7 +249,8 @@ bool GetNetworkList(NetworkInterfaceList* networks, int policy) {
|
| }
|
| network_info.interface = NetworkInterface(
|
| name, name, if_nametoindex(name.c_str()),
|
| - connection_type, address.address(), net_mask);
|
| + connection_type, address.address(), net_mask,
|
| + IPV6_ADDRESS_FLAG_NONE);
|
|
|
| network_infos.push_back(NetworkInterfaceInfo(network_info));
|
| }
|
|
|