Ales Komarek | 6d9bc2c | 2014-09-21 17:25:05 +0200 | [diff] [blame] | 1 | {%- from "isc_dhcp/map.jinja" import server with context %} |
2 | |||||
3 | # Command line options here | ||||
Ales Komarek | 0f2aa5f | 2014-09-21 18:01:37 +0200 | [diff] [blame] | 4 | DHCPDARGS=" {% for interface in server.interfaces %}{{ interface.name }}{% if not loop.last %} {% endif %}{% endfor %}" |