Project

General

Profile

« Previous | Next » 

Revision d527648f

Added by Graeme Gillies almost 10 years ago

Add the abiltity to specify different pxeservers per dhcp pool

View differences:

templates/dhcpd.pool.erb
<% if @gateway -%>
option routers <%= @gateway %>;
<% end -%>
<% if @pxeserver -%>
next-server <%= @pxeserver %>;
<% end -%>
}

Also available in: Unified diff