master #2

Open
polz wants to merge 32 commits from polz/servers:master into master
Showing only changes of commit 1dcb6ca6b7 - Show all commits

View file

@ -18,3 +18,8 @@ dhcp-host = {{ interface.mac_address | lower }},{{ address.address | ipaddr('add
{% endif %}
{% endfor %}
# custom reservations
{% for reservation in reservations | default([]) %}
dhcp-host = {{ reservation.mac | lower }},{{ reservation.ip | ipaddr('address') }},{{ reservation.host | lower }}
{% endfor %}