зеркало из https://github.com/mozilla/gecko-dev.git
d130f41722
This code was added in bug 465158 to deal with on-demand dial-up connections. That scenario is hopefully not common anymore. One benefit of the code was that it excludes network adapters that share the computers network from being part of network change notifications, network ID, etc. However, the code assumed that only adapters with the address 192.168.0.1 would be a ICS adapter, but trying to set up ICS on Windows 10 actually set the LAN interface with 192.168.137.1 - so that assumption isn't valid anymore. So the code is likely not even running for adapters that are ICS. It may run for adapters which have the IP 192.168.0.1, but probably that's quite rare as that's more often a gateway IP than a client IP. In any case, it's better to just get rid of it and if needed, however unlikely, we'll replace it with a more modern API. Depends on D52573 Differential Revision: https://phabricator.services.mozilla.com/D52574 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
android | ||
linux | ||
mac | ||
netlink | ||
win32 | ||
moz.build |