From 790a02b7b893a5031956b224f99c7109408d988a Mon Sep 17 00:00:00 2001 From: Merten Fermont Date: Thu, 27 Jul 2023 10:26:55 +0200 Subject: [PATCH] Add 'pull' to ignored options Fixes error that --pull is a 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 f7be44a81..431791f3b 100644 --- a/openvpn/client/cliopt.hpp +++ b/openvpn/client/cliopt.hpp @@ -797,6 +797,7 @@ class ClientOptions : public RC "mute-replay-warnings", "nobind", /* only behaviour in v3 client anyway */ "prng", + "pull", /* option is implied by 'client' */ "rcvbuf", /* present in many configs */ "replay-persist", /* Makes little sense in TLS mode */ "script-security",