blob: 0e97b7a75e615600b303628606b11090880343e6 [file] [log] [blame]
Ales Komarek6d9bc2c2014-09-21 17:25:05 +02001{%- from "isc_dhcp/map.jinja" import server with context %}
2
3# Command line options here
Ales Komarek0f2aa5f2014-09-21 18:01:37 +02004DHCPDARGS=" {% for interface in server.interfaces %}{{ interface.name }}{% if not loop.last %} {% endif %}{% endfor %}"