From dcbbcf89874459caeabc4cb219ac7a4dbfce4bcf Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Fri, 9 Jun 2017 09:35:30 +0200 Subject: [PATCH] netflow, when Destinations are provided, skip config. --- src/opnsense/service/templates/OPNsense/Netflow/netflow.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/opnsense/service/templates/OPNsense/Netflow/netflow.conf b/src/opnsense/service/templates/OPNsense/Netflow/netflow.conf index 481cc3bcb..264ed9bee 100644 --- a/src/opnsense/service/templates/OPNsense/Netflow/netflow.conf +++ b/src/opnsense/service/templates/OPNsense/Netflow/netflow.conf @@ -8,6 +8,8 @@ and OPNsense.Netflow.capture.interfaces.strip() and + helpers.exists('OPNsense.Netflow.capture.targets') + and OPNsense.Netflow.capture.targets.strip() %} netflow_interfaces="{% for interface in OPNsense.Netflow.capture.interfaces.split(',')