----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9604/ -----------------------------------------------------------
Review request for cloudstack and Hugo Trippaers. Description ------- Feature spec: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Allow+specification+of+different+VIF+drivers+per+traffic+type+in+KVM Jira ticket: https://issues.apache.org/jira/browse/CLOUDSTACK-1311 Adds the ability to specify different VIF drivers per traffic type in KVM. This addresses bug CLOUDSTACK-1311. Diffs ----- plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java 99b8723 plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/LibvirtVifDriverTest.java PRE-CREATION Diff: https://reviews.apache.org/r/9604/diff/ Testing ------- Added unit tests to test all variations of this new configuration (no configuration, defaults, override some traffic etc). Built and deployed, spun up Advanced Isolated network with two VMs, verified internal and external connectivity. Thanks, Dave Cahill