[Openvpn-devel] [PATCH applied] Re: Define and use macros for route addition status code

2023-01-16 Thread Gert Doering
Acked-by: Gert Doering Thanks for this. I think it makes the code easier to read and understand, and having "the same constructs" used everywhere also helps with this (and thus, hopefully, less platform specific confusion in future ;-) ). I have stared at the code, manually double-checked "0 ->

Re: [Openvpn-devel] Amend OpenVPN license to allow continued mbed TLS support (allow mbed TLS 3.x linking)

2023-01-16 Thread Arne Schwabe
Am 15.01.23 um 17:51 schrieb Selva Nair: Hi, On Sun, Jan 15, 2023 at 8:53 AM Arne Schwabe > wrote: Am 15.01.23 um 14:23 schrieb Selva Nair: > Hi, > >     We would like to be able to continue to build/ship OpenVPN with mbed >     TLS. We want

[Openvpn-devel] [PATCH] Fix more "existing route may get deleted" cases

2023-01-16 Thread selva . nair
From: Selva Nair - Set RL_DID_LOCAL only if the corresponding route addition succeeds. This is needed to preserve when the direct route to the vpn server preexists. - Ensure net_route_v4/v6_add/del() functions using iproute2 return error when route addition fails. Return value follows the