shwstppr commented on a change in pull request #5786:
URL: https://github.com/apache/cloudstack/pull/5786#discussion_r821463490
##########
File path: ui/src/views/infra/network/IpRangesTabPublic.vue
##########
@@ -34,6 +34,18 @@
:rowKey="record => record.id"
:pagination="false"
>
+ <template slot="gateway" slot-scope="record">
+ {{ record.gateway || record.ip6gateway }}
+ </template>
+ <template slot="cidr" slot-scope="record">
+ {{ record.netmask || record.ip6cidr }}
Review comment:
done
##########
File path: server/src/main/java/com/cloud/server/ManagementServerImpl.java
##########
@@ -3529,6 +3532,9 @@ public long getMemoryOrCpuCapacityByHost(final Long
hostId, final short capacity
cmdList.add(AcquirePodIpCmdByAdmin.class);
cmdList.add(ReleasePodIpCmdByAdmin.class);
cmdList.add(CreateManagementNetworkIpRangeCmd.class);
+ cmdList.add(CreateGuestNetworkIpv6PrefixCmd.class);
Review comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]