We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e0efa commit 46bea98Copy full SHA for 46bea98
1 file changed
images/virtualization-artifact/pkg/controller/kvbuilder/kvvm.go
@@ -578,6 +578,7 @@ func (b *KVVM) SetMacvtapInterfaces(vm *virtv2.VirtualMachine) {
578
Binding: &virtv1.PluginBinding{
579
Name: "macvtap",
580
},
581
+ MacAddress: "ae:5c:53:48:6e:39",
582
}
583
584
b.Resource.Spec.Template.Spec.Domain.Devices.Interfaces = array.SetArrayElem(
0 commit comments