Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: net/base/net_util_posix.cc

Issue 538243003: proposed interface change at //net for webrtc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Define IPv6 Address flags and expose online_links_ from address tracker Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« net/base/net_util.h ('K') | « net/base/net_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
}
« net/base/net_util.h ('K') | « net/base/net_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698