diff --git a/templates/etc/dhcp/macros.j2 b/templates/etc/dhcp/macros.j2 index 096cb12..6fa05cf 100644 --- a/templates/etc/dhcp/macros.j2 +++ b/templates/etc/dhcp/macros.j2 @@ -77,7 +77,7 @@ subnet {{ subnet.subnet | ipaddr('cidr') | ipaddr('network') }} netmask {{ subne {% if subnet.routers is string %} option routers {{ subnet.routers }}; {% else %} - option routers {{ subnet.routers | join(' ') }}; + option routers {{ subnet.routers | join(', ') }}; {% endif %} {% endif %} {% if subnet.options is defined and subnet.options %}