Project

General

Profile

« Previous | Next » 

Revision 5a30700f

Added by Juan José Presa about 12 years ago

Support for non-pool subnet definitions

View differences:

templates/dhcpd.pool.erb
# <%= name network mask %>
#################################
subnet <%= network %> netmask <%= mask %> {
<% if range -%>
pool
{
range <%= range %>;
}
<% end -%>
option subnet-mask <%= mask %>;
option routers <%= gateway %>;

Also available in: Unified diff