DaanHoogland commented on a change in pull request #4496:
URL: https://github.com/apache/cloudstack/pull/4496#discussion_r530952978



##########
File path: 
core/src/main/java/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
##########
@@ -397,7 +397,7 @@ private Answer execute(GetDomRVersionCmd cmd) {
     }
 
     public boolean configureHostParams(final Map<String, String> params) {
-        if (_params.get("router.aggregation.command.each.timeout") != null) {
+        if (params.get("router.aggregation.command.each.timeout") != null) {

Review comment:
       should the field `_param` be removed?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to