summaryrefslogtreecommitdiffstats
path: root/python/knot_resolver/datamodel/templates/forward.lua.j2
blob: 24311da183ade67b39ba0f451b7348777688d624 (plain)
1
2
3
4
5
6
7
8
9
{% from 'macros/forward_macros.lua.j2' import policy_rule_forward_add %}

{% if cfg.forward %}
{% for fwd in cfg.forward %}
{% for subtree in fwd.subtree %}
{{ policy_rule_forward_add(subtree,fwd.options,fwd.servers) }}
{% endfor %}
{% endfor %}
{% endif %}