Re: [Openvpn-devel] [PATCH] Allow querying DCO status via management status

2022-08-14 Thread Lev Stipakov
Hi, Code looks good and does what it says - tested on Linux with --status-version 2 and sending SIGUSR2. Is the first line of the commit message ("Allow querying DCO status via management status") descriptive enough? Since the change allows users to see DCO status without a management

[Openvpn-devel] [PATCH] Allow querying DCO status via management status

2022-08-13 Thread Arne Schwabe
This is allows querying the DCO status without doing an error-prone parsing of the startup log. Also remove comment that serves no purpose anymore. Signed-off-by: Arne Schwabe --- src/openvpn/multi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/openvpn/multi.c