nvazquez commented on a change in pull request #3500: kvm/bridge: Allow Link
Local Cidr (cloud0 interface) to be configured
URL: https://github.com/apache/cloudstack/pull/3500#discussion_r306820107
##########
File path:
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/IvsVifDriver.java
##########
@@ -70,9 +71,9 @@ public void configure(Map<String, Object> params) throws
ConfigurationException
}
_ivsIfUpPath = Script.findScript(utilScriptsDir, "qemu-ivs-ifup");
- libvirtVersion = (Long) params.get("libvirtVersion");
Review comment:
Looks like libvirtVersion was not being used on this class, is that 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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services