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