DaanHoogland commented on code in PR #8894:
URL: https://github.com/apache/cloudstack/pull/8894#discussion_r1557300588
##########
server/src/main/java/com/cloud/network/element/VirtualRouterElement.java:
##########
@@ -272,12 +272,15 @@ public boolean prepare(final Network network, final
NicProfile nic, final Virtua
return false;
}
+ Map<VirtualMachineProfile.Param, Object> params = new HashMap<>();
Review Comment:
@weizhouapache , do you mean to replace lines 275-284 with this? or just
275-276? (surely not just 275, right?)
--
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]