]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Detect TAP interfaces with root-enumerated hardware ID
authorSimon Rozman <simon@rozman.si>
Tue, 16 Oct 2018 10:26:27 +0000 (12:26 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 17 Jan 2019 16:27:49 +0000 (17:27 +0100)
commit6e03336d8a4aada12c4950a9683a483470fe4f15
tree8171be55df7805cdc11a03f6e01ec4efd58bb71c
parente2faae87b49379ce8bcffb2f0ae67b0671996f64
Detect TAP interfaces with root-enumerated hardware ID

This patch extends the TAP interface enumerating to detect the TAP
interfaces registered using "root\tap0901" hardware ID. Before, only TAP
interfaces with legacy "tap0901" HWID were detected by openvpn.exe.

The openvpnmsica.dll and tapctl.exe install TAP interfaces using root-
enumerated HWIDs, and were not detected by openvpn.exe.
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20181016102627.18676-5-simon@rozman.si>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17762.html

Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/tun.c