Re: [Openvpn-devel] [PATCH 2/5] Remove checks for uint* types that are part of C99

2021-04-13 Thread David Sommerseth
On 06/04/2021 22:51, Gert Doering wrote: Hi, On Tue, Apr 06, 2021 at 10:39:59PM +0200, Antonio Quartulli wrote: Gert should be able to test on *more ancient things* that we still support. Hardly :-) - David maintains the software museum. My oldest machine is FreeBSD 7.4, which has been EOLed

[Openvpn-devel] [PATCH 1/2] Fix IPv4 default gateway with multiple route tables

2021-04-13 Thread Vladislav Grishenko
Current default gateway selection for zero destignation address just dumps and parses all the routing tables. If any of non-main table with default route comes first, wrong default gateway can be picked. Since adding/removing routes currently handles only main table, let's stick to RT_TABLE_MAIN wh

[Openvpn-devel] [PATCH 2/2] Add basic support for multipath gateway

2021-04-13 Thread Vladislav Grishenko
Load balancing setup over multiple upstreams may include multipath gateway route, which is not not supported by OpenVPN. Let's add basic support for that for selecting best route for zero destignation address - use any one of nexthop addresses as a gateway, weights are not handled. Setup example:

[Openvpn-devel] [PATCH applied] Re: Remove OpenSSL configure checks

2021-04-13 Thread Gert Doering
Your patch has been applied to the master branch. As instructed, I've uncrustified openssl_compat.h (which added the "what is this about?" comment to the #endif in question). Lightly tested on FreeBSD with 1.0.2u and Linux with 1.1.1j commit bc36d9d569eb3b22abe66c19325f6f04b3c9e225 Author: Arne