Merge "Add dhcp-sequential-ip option to dnsmasq"
This commit is contained in:
commit
a8752c1dee
@ -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 %>
|
||||
|
Loading…
Reference in New Issue
Block a user