mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-04-29 10:02:04 -04:00
The installer currently creates one adapter per driver. When a user tries to start a second VPN connection while another is active, the client fails with an unclear error message: "All ovpn-dco adapters on this system are currently in use or disabled." This message does not guide the user toward resolving the issue, such as by running the shortcut "Add a new dco-win virtual network adapter." To improve user experience, the client will now create an adapter on demand when no available adapters exist. The client sends a command specifying the adapter type to the interactive service, which then executes tapctl.exe to create a new adapter. This feature requires the interactive service, but this should not pose a problem since even our automatic service has recently started relying on the interactive service. GitHub: OpenVPN/openvpn#728 Change-Id: I621d44ec6b0facc524875c15ddfd11ec47b06c15 Signed-off-by: Lev Stipakov <lev@openvpn.net> Acked-by: Selva Nair <selva.nair@gmail.com> Message-Id: <20250510181937.2993-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg31617.html Signed-off-by: Gert Doering <gert@greenie.muc.de> |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| openvpn-msg.h | ||
| openvpn-plugin.h.in | ||