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
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
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:
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