commit 1a785608f7b45af20a165b7cae1a5e2f0a4d63e0
Author: Łukasz Oleś <email address hidden>
Date: Sun Oct 12 22:05:54 2014 +0200
Add dhcp-sequential-ip option to dnsmasq
For many simultaneously DHCPDISCOVER requests dnsmasq
can offer the same IP for two different MAC addresses.
This option prevents it by assigning IPs one by one
instead of using hashing algorithm.
Reviewed: https:/ /review. openstack. org/128611 /git.openstack. org/cgit/ stackforge/ fuel-library/ commit/ ?id=1a785608f7b 45af20a165b7cae 1a5e2f0a4d63e0
Committed: https:/
Submitter: Jenkins
Branch: stable/5.1
commit 1a785608f7b45af 20a165b7cae1a5e 2f0a4d63e0
Author: Łukasz Oleś <email address hidden>
Date: Sun Oct 12 22:05:54 2014 +0200
Add dhcp-sequential-ip option to dnsmasq
For many simultaneously DHCPDISCOVER requests dnsmasq
can offer the same IP for two different MAC addresses.
This option prevents it by assigning IPs one by one
instead of using hashing algorithm.
Change-Id: Iff3c42d21e1f1c 09cb9eab5f07dbb 066508dcb56
Related-bug: 1378000
Related-bug: 1376680
Related-bug: 1379917
Blueprint: 100-nodes-support