Re: [Openvpn-devel] [PATCH v103 2/7] dco-win: check for incompatible options

2022-08-18 Thread Gert Doering
Hi, On Thu, Aug 18, 2022 at 12:09:53PM +0200, Antonio Quartulli wrote: > At the moment dco-win doesn't support --persist-tun and --server, > so check for these options at startup time. > > Signed-off-by: Antonio Quartulli > Signed-off-by: Lev Stipakov I was about to merge this (and thank you f

[Openvpn-devel] [PATCH v103 2/7] dco-win: check for incompatible options

2022-08-18 Thread Antonio Quartulli
At the moment dco-win doesn't support --persist-tun and --server, so check for these options at startup time. Signed-off-by: Antonio Quartulli Signed-off-by: Lev Stipakov --- Changes from v102: * remove platform defined log level and make check_options_ calls on Windows explicit and document