mirror of https://github.com/apache/cloudstack.git
status 10869: resolved fixed Here is the flow (design is approved by Will Chan): 1) If user specifies custom ip address, and this ip is not the first ip in the range, the dhcp server gets the ip. 2) If user specifies custom ip address, and this ip is the first ip in the range, the dhcp server will get the random ip address from the range. 2) If user doesn't specify custom ip address, we always try to allocate first ip address from the range for the dhcp server; if this ip is already allocated, the dhcp server will get the random ip from the range. This will work for: * domR's Guest network * dhcp's Direct network |
||
|---|---|---|
| .. | ||
| conf | ||
| scripts | ||
| src/com/cloud | ||
| test | ||
| .classpath | ||
| .project | ||