Re: [Openvpn-devel] [PATCH 2/3] Use buffer to prepare protocol-flags push-reply

2022-10-05 Thread Gert Doering
Hi, On Fri, Sep 09, 2022 at 09:59:01PM +0200, Arne Schwabe wrote: > The current approach of checking a string buffer is a bit clunky and > also not very extensible. Refactor this by collecting the flags in > a buffer. I think that this one is obsolete, aka, already included in commit 179b3728b71

[Openvpn-devel] list hickup

2022-10-05 Thread Gert Doering
Hi, the openvpn-devel@ list had major hickups this afternoon, and bounced everything. So if you have sent a patch or patch review, and it did not show up on the list yet, please re-send. Annoying, this... gert -- "If was one thing all people took for granted, was conviction that if you feed

Re: [Openvpn-devel] [PATCH v2] denoise tests/t_lpback.sh

2022-10-05 Thread Frank Lichtenheld
On Tue, Oct 04, 2022 at 03:14:03PM +0200, Gert Doering wrote: > Introduce V= levels to t_lpback.sh self test > > V=0 - do not print any output at all > V=1 - print intro line, summary at end, and "FAIL"+Log for failing tests > V=99 - print everything + summary > > code-wise, introduce test_s

[Openvpn-devel] [PATCH applied] Re: denoise tests/t_lpback.sh

2022-10-05 Thread Gert Doering
Thanks for review & finding the "some shells do, some don't" wart in v1. Patch has been applied to the master branch. commit 977e0650c11500d3696419afbedf4a8f42ab6760 Author: Gert Doering Date: Tue Oct 4 15:14:03 2022 +0200 denoise tests/t_lpback.sh Signed-off-by: Gert Doering