fix: Correct typo in template

This commit is contained in:
Daniel Akulenok
2024-05-14 13:28:15 +02:00
parent 866b2bebfd
commit 4872dd09ad

View File

@@ -1,4 +1,4 @@
{% for primary in item.primaries if primaries is iterable %}
{% for primary in item.primaries if item.primaries is iterable %}
primaries {{ primary.name -}}
{{ (' port ' + primary.port | string) if primary.port is defined and primary.port -}}
{{ (' dscp ' + primary.dscp | string) if primary.dscp is defined and primary.dscp }} {