Project

General

Profile

« Previous | Next » 

Revision 17155271

Added by Ewoud Kohl van Wijngaarden over 9 years ago

Allow overriding the domain name per pool

Closes GH-23

View differences:

templates/dhcpd.pool.erb
}
<% end -%>
<% if @domain_name and !@domain_name.empty? -%>
option domain-name <%= @domain_name %>;
<% end -%>
option subnet-mask <%= @mask %>;
<% if @gateway and !@gateway.empty? -%>
option routers <%= @gateway %>;

Also available in: Unified diff