summaryrefslogtreecommitdiff
path: root/data/templates/ids/fastnetmon_excluded_networks_list.j2
blob: c88a1c5271cc63443e52cc9805eafabd08fad1d1 (plain)
1
2
3
4
5
{% if excluded_network is vyos_defined %}
{%     for net in excluded_network %}
{{ net }}
{%     endfor %}
{% endif %}