From 08bd4ed10b3772c61f24cd9564c1639334d7feba Mon Sep 17 00:00:00 2001 From: Mikhail Rozentsvayg Date: Thu, 4 Jun 2020 16:51:53 -0700 Subject: openvpn: T2550: fix for IPv4 remote-host addresses Commit bb9f998 added IPv6 support for OpenVPN, but IPv4 only configurations stopped working (Address family for hostname not supported) Commit fc467519 fixed some scenarios by using IPv4 protocols if 'local-host' is IPv4 address, but the client mode is using 'remote-host' instead and was still broken. This commit in addition to 'local-host' also checks all the 'remote-host' addresses. --- interface-definitions/interfaces-openvpn.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface-definitions') diff --git a/interface-definitions/interfaces-openvpn.xml.in b/interface-definitions/interfaces-openvpn.xml.in index bdf5aeddb..905c76507 100644 --- a/interface-definitions/interfaces-openvpn.xml.in +++ b/interface-definitions/interfaces-openvpn.xml.in @@ -323,7 +323,7 @@ udp - Site-to-site mode + UDP tcp-passive -- cgit v1.2.3