From dc8cd3ead3db601b093e65e8c2d668f9ce2498f4 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 18 Apr 2018 14:47:53 +0200 Subject: Added openvpn ipv6 support --- services/applications/openvpn.cf | 1 + 1 file changed, 1 insertion(+) (limited to 'services/applications/openvpn.cf') diff --git a/services/applications/openvpn.cf b/services/applications/openvpn.cf index c76c18d..437e00b 100644 --- a/services/applications/openvpn.cf +++ b/services/applications/openvpn.cf @@ -34,6 +34,7 @@ bundle agent openvpn_tunnel(tunnel) classes: any:: "has_remote" and => { isvariable("g.host_data[tunnels][$(tunnel)][remote_host]"), isvariable("g.host_data[tunnels][$(tunnel)][remote_port]") }; + "has_ipv6" and => { isvariable("g.host_data[tunnels][$(tunnel)][ip6]"), isvariable("g.host_data[tunnels][$(tunnel)][peer6]") }; files: any:: "/etc/openvpn/$(tunnel).conf" -- cgit v1.2.3