summaryrefslogtreecommitdiff
path: root/data/templates/ids/fastnetmon_networks_list.tmpl
blob: ab9add22cd8dec9b1e3dcf2cfd69e935e5706061 (plain)
1
2
3
4
5
6
7
{% if network is vyos_defined(var_type=str) %}
{{ network }}
{% else %}
{%   for net in network %}
{{ net }}
{%   endfor %}
{% endif %}