72f11610
by Hans Leidekker at 2024-11-20T11:08:21+01:00
iphlpapi: Sort adapters by route metric in GetAdaptersAddresses().
Manual tests modifying metrics confirm that GetAdaptersAddresses() sorts
the list using the lower of ipv4 and ipv6 metrics, low to high.
The order in which NsiAllocateAndGetTable(NSI_NDIS_IFINFO_TABLE) returns
adapters is not affected by route metric.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56790