diff options
author | Mikhail Rozentsvayg <mih@paranoia.ru> | 2020-06-04 16:51:53 -0700 |
---|---|---|
committer | Mikhail Rozentsvayg <mih@paranoia.ru> | 2020-06-04 23:30:58 -0700 |
commit | 08bd4ed10b3772c61f24cd9564c1639334d7feba (patch) | |
tree | c4c441589a367aff26feb997987d498bfaefae9e /interface-definitions | |
parent | 9b08d0b881d205c2c137ff2094759c775dfdb399 (diff) | |
download | vyos-1x-08bd4ed10b3772c61f24cd9564c1639334d7feba.tar.gz vyos-1x-08bd4ed10b3772c61f24cd9564c1639334d7feba.zip |
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.
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-openvpn.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </completionHelp> <valueHelp> <format>udp</format> - <description>Site-to-site mode</description> + <description>UDP</description> </valueHelp> <valueHelp> <format>tcp-passive</format> |