diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-05-30 00:36:28 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-05-30 00:36:28 +0200 |
commit | de60b2979ab14cc2eab297472a57b83b32134285 (patch) | |
tree | 1790cb74cb678726997779cbe41c048c1e1d2d74 | |
parent | 737d72dc07e630231202fe1ae513c6195b6d250b (diff) | |
parent | 293b3ddd58d1d9bb7e98b3717cbe86f9b5d26d28 (diff) | |
download | vyos-1x-de60b2979ab14cc2eab297472a57b83b32134285.tar.gz vyos-1x-de60b2979ab14cc2eab297472a57b83b32134285.zip |
Merge branch 'current' of github.com:vyos/vyos-1x into current
-rwxr-xr-x | src/conf_mode/dns_forwarding.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/dns_forwarding.py b/src/conf_mode/dns_forwarding.py index 1283d68b0..d28e8ff64 100755 --- a/src/conf_mode/dns_forwarding.py +++ b/src/conf_mode/dns_forwarding.py @@ -57,7 +57,7 @@ local-address={{ listen_on | join(',') }} forward-zones={% for d in domains %} {{ d.name }}={{ d.servers | join(";") }} -{%- if loop.first %}, {% endif %} +{{- "," if not loop.last -}} {% endfor %} {% endif %} |