@@ -1876,6 +1876,7 @@
open_tun(c->options.dev, c->options.dev_type, c->options.dev_node,
tt, &c->net_ctx);
}
+ msg(M_INFO, "%s device [%s] opened", print_tun_backend_driver(tt->backend_driver), tt->actual_name);
}
@@ -2056,7 +2057,7 @@
do_close_tun_simple(struct context *c)
{
msg(D_CLOSE, "Closing %s interface",
- dco_enabled(&c->options) ? "DCO" : "TUN/TAP");
+ print_tun_backend_driver(c->c1.tuntap->backend_driver));
if (c->c1.tuntap)
{
@@ -6678,7 +6678,6 @@
* GUID using the registry */
tt->actual_name = string_alloc((const char *)actual_buffer, NULL);
- msg(M_INFO, "%s device [%s] opened", print_tun_backend_driver(tt->backend_driver), tt->actual_name);
tt->adapter_index = get_adapter_index(*device_guid);
}
@@ -361,6 +361,12 @@
void warn_on_use_of_common_subnets(openvpn_net_ctx_t *ctx);
+/**
+ * Return a string representation of the tun backed driver type
+ */
+const char *
+print_tun_backend_driver(enum tun_driver_type driver);
+
/*
* Should ifconfig be called before or after
* tun dev open?
@@ -689,9 +695,6 @@
return tuntap_is_dco_win(tt) && (status < 0) && (openvpn_errno() == ERROR_NETNAME_DELETED);
}
-const char *
-print_tun_backend_driver(enum tun_driver_type driver);
-
#else /* ifdef _WIN32 */
static inline bool