Merge "Add dhcp-sequential-ip option to dnsmasq"

This commit is contained in:
Jenkins 2014-10-14 15:19:35 +00:00 committed by Gerrit Code Review
commit a8752c1dee

View File

@ -21,6 +21,11 @@ interface=<%= @dhcp_interface %>
# For example gPXE will not work while iPXE works fine.
dhcp-no-override
# for many simultaneously DHCPDISCOVVER requests dnsmasq can offer
# the same IP for two differnt MAC addresses. This option prevents it
# by assigning IPs one by one instead of using hash algorithm.
dhcp-sequential-ip
dhcp-option=6,<%= @name_server %>
dhcp-range=internal,<%= @dhcp_start_address %>,<%= @dhcp_end_address %>,<%= @dhcp_netmask %>