Re: [Openvpn-devel] [PATCH OpenVPN3] Add 'pull' to ignored options

2023-07-27 Thread Arne Schwabe
Am 27.07.23 um 14:21 schrieb Merten Fermont: Hi Arne, I changed my patch to check the client and client+pull options. Giving an error when neither options are declared. This however may break current implementations that depend on 'client' not being a required option? Acked-By: Arne Schwabe

Re: [Openvpn-devel] [PATCH OpenVPN3] Add 'pull' to ignored options

2023-07-27 Thread Merten Fermont
Hi Arne, I changed my patch to check the client and client+pull options. Giving an error when neither options are declared. This however may break current implementations that depend on 'client' not being a required option? Greetings, Merten Subject: [PATCH] Check for client options Require 'c

Re: [Openvpn-devel] [PATCH OpenVPN3] Add 'pull' to ignored options

2023-07-27 Thread Arne Schwabe
Am 27.07.23 um 10:52 schrieb Merten Fermont: Fixes error that --pull is an unknown option in client config. --- openvpn/client/cliopt.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/openvpn/client/cliopt.hpp b/openvpn/client/cliopt.hpp index f7be44a8..431791f3 100644 --- a/openvpn/client/c

[Openvpn-devel] [PATCH OpenVPN3] Add 'pull' to ignored options

2023-07-27 Thread Merten Fermont
Fixes error that --pull is an unknown option in client config. --- openvpn/client/cliopt.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/openvpn/client/cliopt.hpp b/openvpn/client/cliopt.hpp index f7be44a8..431791f3 100644 --- a/openvpn/client/cliopt.hpp +++ b/openvpn/client/cliopt.hpp @@ -7