This commit is contained in:
Daniel Akulenok
2024-05-15 11:04:46 +02:00
parent f535f1af20
commit e538644617
19 changed files with 22 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
{% for agent in item.parental_agents if item.parental_agents is iterable %}
parental-agents {{ agent.name -}}
{{ (' port ' + agent.port | string) if agent.port is defined and agent.port -}}
{{ (' dscp ' + agent.dscp | string) if agent.dscp is defined and agent.dscp }} {