[Openvpn-devel] Community meetings in August 2021

2021-08-03 Thread Samuli Seppänen
Hi, Next community meetings have been scheduled to - Wed 4th August 2021 at 14:00 CET - Wed 11th August 2021 at 14:00 CET - Wed 18st August 2021 at 14:00 CET - Wed 25th August 2021 at 14:00 CET The place is #openvpn-meeting IRC channel at libera.chat Meeting agendas and summaries are in here:

Re: [Openvpn-devel] [PATCH v2] Use more C99 initialization in add_route/add_route_ipv6().

2021-08-03 Thread Antonio Quartulli
Hi, On 02/08/2021 17:26, Gert Doering wrote: > This gets rid of a few #ifdef and also removes the need for > commit a11bea18b1c93 (argv is only initialized after the > early exit check on RT_DEFINED). > > v2: > use gc_new(), group gc and argv init in both add_route*() functions > > Signed-off-