Open
Description
As discussed in the context of commit 9c6d72c (https://www.mail-archive.com/[email protected]/msg25926.html) the current "install routes on Windows, with metric" is quite ugly, with the Vista+ workaround of using increasing metric values in a loop until things succeed.
The correct fix is to move this all to CreateIpForwardEntry2()
and stop using the pre-Vista APIs.
This is something to tackle after 2.6 release, in the "early 2.7 cleanup / restructure" phase.