----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10955/#review20215 -----------------------------------------------------------
Commit 18f0f721d0b37be3dc20a0f757e36e4dd9050a03 in branch refs/heads/4.1 from Chip Childers <chip.child...@gmail.com> [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=18f0f72 ] CLOUDSTACK-2322: update network.gateway to fix deployVm error on SharedNetwork after ipv6 support Signed-off-by: Chip Childers <chip.child...@gmail.com> - ASF Subversion and Git Services On May 6, 2013, 6:08 p.m., Wei Zhou wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/10955/ > ----------------------------------------------------------- > > (Updated May 6, 2013, 6:08 p.m.) > > > Review request for cloudstack. > > > Description > ------- > > The allocateDirectIp in NetworkManagerImpl.java changes after ipv6 support. > Two sentences were added before assignPublicIP. > (1) if (network.getGateway() != null) > (2) if (network.getIp6Gateway() != null) { > However, for Shared Network, both fields are null in table `cloud`.`networks`. > Some fields in table `cloud`.`networks` need to be updated. > > > This addresses bug CLOUDSTACK-2322. > > > Diffs > ----- > > setup/db/db/schema-40to410.sql fe53d36 > > Diff: https://reviews.apache.org/r/10955/diff/ > > > Testing > ------- > > Testing ok. > > > Thanks, > > Wei Zhou > >