cloudstack/utils
Wei Zhou af0723e9c9 CLOUDSTACK-1668: Fix IP conflict in VPC tier
Currently, allPossibleIps return the Ip lists which include the gateway,
so we need to remove gateway ip from this list.

Now, for non-VPC network it works, because NetUtils.getAllIpsFromCidr
return the Ip lists which do not include the first IP of the network
(like 192.168.0.1).
We need too add the first IP into the returned Ip list, because it can
be used for VM if it is not the gateway IP (for example, VPC networks).

Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-03-20 00:34:17 +00:00
..
bindir fixing utils license header 2012-06-06 23:06:02 -04:00
certs Update fail-safe keystore with RSA private key 2011-07-25 18:55:16 -07:00
conf License header updates for the utils folder 2012-08-03 14:15:09 -04:00
src/com/cloud/utils CLOUDSTACK-1668: Fix IP conflict in VPC tier 2013-03-20 00:34:17 +00:00
test CLOUDSTACK-505: Converted regex expressions to pre-compiled Pattern objects 2013-01-24 20:54:01 -06:00
pom.xml CLOUDSTACK-580 setting all (I think) of the versions to 4.0.1-incubating 2012-12-06 13:52:27 -05:00