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