Hi,

On 27/06/2022 13:09, Arne Schwabe wrote:
Am 24.06.22 um 10:37 schrieb Antonio Quartulli:
+                int ret = open_tun_dco(tt, ctx, dynamic_name);
+                if (ret == -EEXIST)
+                {
+                    msg(M_INFO, "TUN/TAP device %s exists previously, keep at program end",
+                        dynamic_name);
+                    tt->persistent_if = true;
+                }


I think here the error message is really confusing. What does "keep at program end" mean? And if we fail at opening DCO tun device why do we talk about a TUN/TAP device and not about DCO?

IIRC I simply took this message from "the same scenario but without DCO", so the text was already bad :-D

But I agree we can improve it.

Thanks!


Arne


--
Antonio Quartulli


_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to