summaryrefslogtreecommitdiff
path: root/src/services/api/graphql/session/templates/create_firewall_address_group.tmpl
blob: a890d0086257f62bead3a1d48bd98ddec8bc3daa (plain)
1
2
3
4
set firewall group address-group {{ name }}
{% for add in address %}
set firewall group address-group {{ name }} address {{ add }}
{% endfor %}