From fd3e14bcc6676b6f2e770a764351f82bee32738f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 26 Oct 2024 04:25:50 -0500 Subject: start works with lib/virtigoxml Signed-off-by: Jeff Carr --- libvirtxml.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libvirtxml.go') diff --git a/libvirtxml.go b/libvirtxml.go index fe2d723..470b332 100644 --- a/libvirtxml.go +++ b/libvirtxml.go @@ -212,8 +212,7 @@ func addEthernetTap(domcfg *libvirtxml.Domain, mac string) { who don't have bridge groups or proper cluster backend networking literally leaving this blank makes the interface 'tap0' */ - Target: &libvirtxml.DomainInterfaceTarget{ - }, + Target: &libvirtxml.DomainInterfaceTarget{}, } // Add the new disk to the domain configuration -- cgit v1.2.3