Page MenuHomeVyOS Platform

DNS forwarder config broken with more than 2 zones
Closed, ResolvedPublicBUG

Description

from /usr/libexec/vyos/conf_mode/dns_forwarding.py

forward-zones={% for d in domains %}
{{ d.name }}={{ d.servers | join(";") }}
{%- if loop.first %}, {% endif %}
{% endfor %}

Is only generating a comma between the first 2 zones.

Details

Difficulty level
Easy (less than an hour)
Version
VyOS 1.2.0-rolling+201805290337
Why the issue appeared?
Will be filled on close