1 # Defaults for isc-dhcp-server (sourced by /etc/init.d/isc-dhcp-server)
 
   3 # Path to dhcpd's config file (default: /etc/dhcp/dhcpd.conf).
 
   4 #DHCPDv4_CONF=/etc/dhcp/dhcpd.conf
 
   5 #DHCPDv6_CONF=/etc/dhcp/dhcpd6.conf
 
   7 # Path to dhcpd's PID file (default: /var/run/dhcpd.pid).
 
   8 #DHCPDv4_PID=/var/run/dhcpd.pid
 
   9 #DHCPDv6_PID=/var/run/dhcpd6.pid
 
  11 # Additional options to start dhcpd with.
 
  12 #       Don't use options -cf or -pf here; use DHCPD_CONF/ DHCPD_PID instead
 
  15 # On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
 
  16 #       Separate multiple interfaces with spaces, e.g. "eth0 eth1".
 
  17 INTERFACESv4="<%= node.interfaces(:role => :internal).map { |i| i[:interface] }.join(" ") %>"