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