Skip to content

Commit

Permalink
netflow, when Destinations are provided, skip config.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdSchellevis committed Jun 9, 2017
1 parent 5f1f9ca commit dcbbcf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/opnsense/service/templates/OPNsense/Netflow/netflow.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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(',')
Expand Down

0 comments on commit dcbbcf8

Please sign in to comment.