refactor: Continue removing macro dependencies from templates
This commit is contained in:
committed by
Daniel Akulenok
parent
fdf150c640
commit
18b5c5a20f
@@ -1,7 +1,6 @@
|
||||
{# ACL Macro. Very easy statement. It's just a list of address match elements. #}
|
||||
{% macro acl(acls) %}
|
||||
{% for acl in acls %}
|
||||
{% for acl in item.acl %}
|
||||
acl {{ acl.name }} {
|
||||
{{ functions.simple_item_list(acl.addresses) -}}
|
||||
};
|
||||
{% endfor %}{% endmacro %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user