Re: [Openvpn-devel] [PATCH] Fix --show-gateway for IPv6 on NetBSD/i386.

2020-09-13 Thread Arne Schwabe
Am 13.09.20 um 16:56 schrieb Gert Doering: > Our ROUNDUP() macro to achieve the required system-specific alignment > for data structures sent to the routing socket was wrong for NetBSD - > unlike OpenBSD/FreeBSD, NetBSD is not using "long" (32/64 bit depending > on OS architecture), and not "uint32

[Openvpn-devel] [PATCH] Fix --show-gateway for IPv6 on NetBSD/i386.

2020-09-13 Thread Gert Doering
Our ROUNDUP() macro to achieve the required system-specific alignment for data structures sent to the routing socket was wrong for NetBSD - unlike OpenBSD/FreeBSD, NetBSD is not using "long" (32/64 bit depending on OS architecture), and not "uint32_t" either (32/32) like MacOS, but uint64_t. So ou