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