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?

Arne


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

Reply via email to