summaryrefslogtreecommitdiffhomepage
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rw-r--r--windows/winnet/src/winnet/routing/helpers.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/winnet/src/winnet/routing/helpers.cpp b/windows/winnet/src/winnet/routing/helpers.cpp
index 20b1f942c4..4a85fda1fb 100644
--- a/windows/winnet/src/winnet/routing/helpers.cpp
+++ b/windows/winnet/src/winnet/routing/helpers.cpp
@@ -12,7 +12,8 @@ namespace
// Interface description substrings found for virtual adapters.
const wchar_t *TUNNEL_INTERFACE_DESCS[] = {
L"WireGuard",
- L"TAP Adapter"
+ L"Wintun",
+ L"Tunnel"
};
bool IsRouteOnPhysicalInterface(const MIB_IPFORWARD_ROW2 &route)