Skip to content

Commit 0347115

Browse files
committed
1 parent 8ff2c01 commit 0347115

File tree

1 file changed

+1
-0
lines changed
  • plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource

1 file changed

+1
-0
lines changed

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,6 +1597,7 @@ public String getContent() {
15971597
}
15981598
if (_macAddr != null) {
15991599
netBuilder.append("<mac address='" + _macAddr + "'/>\n");
1600+
netBuilder.append("<filterref filter='no-mac-spoofing'/>\n");
16001601
}
16011602
if (_model != null) {
16021603
netBuilder.append("<model type='" + _model + "'/>\n");

0 commit comments

Comments
 (0)