summaryrefslogtreecommitdiffhomepage
path: root/windows
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2020-12-17 13:43:22 +0100
committerDavid Lönnhager <david.l@mullvad.net>2020-12-17 13:43:22 +0100
commitc99654d4a7623f215484974cffac81fc1284e7ba (patch)
treed6994f859f3b674b1f326cb28e654626c0186f6e /windows
parentf6b54d185d9873394853713f15549dad921dc99d (diff)
parent4b4f62cbad16c7eb3a8049553b5f2f3c845c109b (diff)
downloadmullvadvpn-c99654d4a7623f215484974cffac81fc1284e7ba.tar.xz
mullvadvpn-c99654d4a7623f215484974cffac81fc1284e7ba.zip
Merge branch 'fix-tunnel-metadata'
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)