On 13/02/2021 21:25, romain loutrel wrote:
Hi I created today the bug ticket:
https://github.com/OpenVPN/openvpn3-linux/issues/36

I have a patch to fix the problem (accept but ignore old parameters
from openvpn2 in openvpn3)

I hope I made everything correctly.

Thanks a lot for your patch.  It has been applied to git master and will
be part of the next release.


commit b1a270062e3d35dcf73f57340bd85fcb3d84b4cc
Author: Romain Loutrel <un.romain.lout...@gmail.com>
Date:   Sat Feb 13 21:25:43 2021 +0100

    python: Add --mute, --route-delay and --route-method to ignored options
These options are not used nor supported by OpenVPN 3 Core library nor
    OpenVPN 3 Linux.  The logging is handled very differently from
    OpenVPN 2.x, so the --mute option does not serve any purpose.
The --route-delay and --route-method options are typically used on
    Windows to switch how routes are configured and delay the setup so the
    TUN/TAP interface has managed to be initialized first.  This is not
    needed on OpenVPN 3 Linux, as the openvpn3-service-netcfg service takes
    care of all of this and doing things in the right order and time.
Since all of these three options does not break any configuration, they
    will just be ignored instead of being handled as an error.
Signed-off-by: Romain Loutrel <un.romain.lout...@gmail.com>
    Signed-off-by: David Sommerseth <dav...@openvpn.net>

<https://github.com/OpenVPN/openvpn3-linux/commit/b1a270062e3d35dcf73f57340bd85fcb3d84b4cc>

--
kind regards,

David Sommerseth
OpenVPN Inc


Attachment: OpenPGP_signature
Description: OpenPGP digital signature

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

Reply via email to