[Openvpn-devel] [PATCH v2] Alias ADAPTER_DOMAIN_SUFFIX to DOMAIN

2020-09-29 Thread Lev Stipakov
From: Lev Stipakov ADAPTER_DOMAIN_SUFFIX is an openvpn3 replacement for DOMAIN, which is used there for split-dns. This option is pushed by modern Access Server. This change improves compatibility between OpenVPN community client and Access Server. Signed-off-by: Lev Stipakov --- v2: - f

[Openvpn-devel] [PATCH applied] Re: Alias ADAPTER_DOMAIN_SUFFIX to DOMAIN

2020-09-29 Thread Gert Doering
Acked-by: Gert Doering I think this is reasonable for AS compatibility, which is desirable. (Otherwise, I do have some reservation on "why do we need to work around uncoordinated actions on the v3/AS side in the v2 source?") I have not tested this besides "stare at source" and "compile with M

[Openvpn-devel] [PATCH applied] Re: Fix update_time() and openvpn_gettimeofday() coexistence

2020-09-29 Thread Gert Doering
Acked-by: Gert Doering I think this is a good first patch for the problem at hand, and it might actually fix one of our (old!) open trac tickets, claiming that the shaper is not (always) working correctly on Linux - Trac#91 For master, we should look more closely into always using "one of the

[Openvpn-devel] [PATCH] Added environment variable for IPv6 route metric.

2020-09-29 Thread Jan Seeger
--- doc/man-sections/script-options.rst | 8 src/openvpn/route.c | 7 +++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/doc/man-sections/script-options.rst b/doc/man-sections/script-options.rst index a4df6732..03b3dd77 100644 --- a/doc/man-sections/s