From 18ea3673a105d9d12699afb2607c81412dde441b Mon Sep 17 00:00:00 2001 From: Lucas Christian Date: Sun, 11 Aug 2024 23:06:02 -0700 Subject: T6183: interfaces openvpn: suppport specifying IP protocol version --- interface-definitions/interfaces_openvpn.xml.in | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'interface-definitions/interfaces_openvpn.xml.in') diff --git a/interface-definitions/interfaces_openvpn.xml.in b/interface-definitions/interfaces_openvpn.xml.in index 3563caef2..3c844107e 100644 --- a/interface-definitions/interfaces_openvpn.xml.in +++ b/interface-definitions/interfaces_openvpn.xml.in @@ -318,6 +318,34 @@ udp + + + Force OpenVPN to use a specific IP protocol version + + auto ipv4 ipv6 dual-stack + + + auto + Select one IP protocol to use based on local or remote host + + + _ipv4 + Accept connections on or initate connections to IPv4 addresses only + + + _ipv6 + Accept connections on or initate connections to IPv6 addresses only + + + dual-stack + Accept connections on both protocols simultaneously (only supported in server mode) + + + (auto|ipv4|ipv6|dual-stack) + + + auto + IP address of remote end of tunnel -- cgit v1.2.3