wido commented on code in PR #7580:
URL: https://github.com/apache/cloudstack/pull/7580#discussion_r1239839985
##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/BridgeVifDriver.java:
##########
@@ -65,10 +65,7 @@ public void configure(Map<String, Object> params) throws
ConfigurationException
String networkScriptsDir =
AgentPropertiesFileHandler.getPropertyValue(AgentProperties.NETWORK_SCRIPTS_DIR);
- String controlCidr = (String)params.get("control.cidr");
- if (StringUtils.isNotBlank(controlCidr)) {
- _controlCidr = controlCidr;
- }
+ _controlCidr = getControllCidr(_controlCidr, params);
Review Comment:
I'd still say one l because that's how it's usually written and in the code
right now everywhere
--
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]