CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/04/05 00:56:00
Modified files:
net/openvpn : Makefile
net/openvpn/patches: patch-src_openvpn_route_c
Log message:
OpenVPN announced that it was sending three addresses in the route socket
messages to lookup the default gateway (RTA_DST | RTA_NETMASK | RTA_IFP),
but did not actually send RTA_IFP. This is caught by the recently added
check in sys/net/rtsock.c r1.284 causing a failure. Remove RTA_IFP from
rtm_addrs to unbreak. Help/ok bluhm@, ok jca@.