net/interfaces/windows: update Tailscale interface detection logic to

account for new wintun naming.

Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
Maisem Ali
2021-11-07 22:58:09 -08:00
committed by Maisem Ali
parent ad63fc0510
commit eccc2ac6ee
2 changed files with 8 additions and 3 deletions

View File

@@ -7,5 +7,6 @@
package tsconst
// WintunInterfaceDesc is the description attached to Tailscale
// interfaces on Windows. This is set by our modified WinTun driver.
// interfaces on Windows. This is set by the WinTun driver.
const WintunInterfaceDesc = "Tailscale Tunnel"
const WintunInterfaceDesc0_14 = "Wintun Userspace Tunnel"