You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mobile: Filter reserved IP address ranges in IPv6 probing (envoyproxy#40345)
IPv6 probing will now filter out:
* Link-local IP addresses
* Site-local IPv6 addresses
* Unique Local IPv6 addresses
* Teredo addresses
This is the same as Chromium's logic for IPv6 connectivity probing:
https://source.chromium.org/chromium/chromium/src/+/main:net/dns/host_resolver_manager.cc;l=1572-1581;drc=d0260a368e65b2be56d179d21fab90976fd494b8.
Though it doesn't seem like Chromium filters out site-local addresses,
local testing has shown that the IPv6 probe socket will successfully
connect but the local address will be site-local on non-IPv6
networks/machines.
---------
Signed-off-by: Ali Beyad <abeyad@google.com>
0 commit comments