summaryrefslogtreecommitdiffstats
path: root/net/base/net_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/net_util.h')
-rw-r--r--net/base/net_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/net_util.h b/net/base/net_util.h
index 8a20a25..79116ce 100644
--- a/net/base/net_util.h
+++ b/net/base/net_util.h
@@ -532,11 +532,11 @@ typedef std::vector<NetworkInterface> NetworkInterfaceList;
// Policy settings to include/exclude network interfaces.
enum HostAddressSelectionPolicy {
+ INCLUDE_HOST_SCOPE_VIRTUAL_INTERFACES = 0x0,
EXCLUDE_HOST_SCOPE_VIRTUAL_INTERFACES = 0x1,
- INCLUDE_HOST_SCOPE_VIRTUAL_INTERFACES = 0x2,
// Include temp address only when interface has both permanent and
// temp addresses.
- INCLUDE_ONLY_TEMP_IPV6_ADDRESS_IF_POSSIBLE = 0x4,
+ INCLUDE_ONLY_TEMP_IPV6_ADDRESS_IF_POSSIBLE = 0x2,
};
// Returns list of network interfaces except loopback interface. If an