#
# Automatic generated configuration for netflow.
# Do not edit this file manually.
#
{%
  if helpers.exists('OPNsense.Netflow.capture.interfaces')
  and
  OPNsense.Netflow.capture.interfaces.strip()
  and
  OPNsense.Netflow.capture.targets.strip()%}
netflow_enable="YES"
{% else %}
netflow_enable="NO"
{% endif %}