commit de060cc37f232870bf1f699b3973fc425e9abe05
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/127946 /git.openstack. org/cgit/ stackforge/ fuel-library/ commit/ ?id=de060cc37f2 32870bf1f699b39 73fc425e9abe05
Committed: https:/
Submitter: Jenkins
Branch: master
commit de060cc37f23287 0bf1f699b3973fc 425e9abe05
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