blob: 3d9188454493e344af72312446be8335c18b2571 [file] [log] [blame]
{%- from "isc_dhcp/map.jinja" import server with context %}
# Path to dhcpd's config file (default: /etc/dhcp/dhcpd.conf).
DHCPD_CONF=/etc/dhcp/dhcpd.conf
# Path to dhcpd's PID file (default: /var/run/dhcpd.pid).
#DHCPD_PID=/var/run/dhcpd.pid
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
INTERFACES="{{ server.interfaces|join(' ') }}"