When OpenVPN is started using a non-default routing table on OpenBSD
(e.g., with 'route -T10 exec openvpn ...'), it hangs forever trying to
read its default gateway from a PF_ROUTE socket. This is because
rtm_tableid is not being initialised after bzeroing the rt_msghdr we
write to the socket, so w
Hi,
On Wed, 12 Apr 2017 08:24:37 +0200
Gert Doering wrote:
> While this *looks* harmless, it has non-obvious side effects - from
> what I observe, it breaks compilation on all platforms that do not
> have pkg_config for OpenSSL, which was not a requirement earlier (and
> there even was a comment