summaryrefslogtreecommitdiff
path: root/libvirtxml.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-26 04:25:50 -0500
committerJeff Carr <[email protected]>2024-10-26 04:25:50 -0500
commitfd3e14bcc6676b6f2e770a764351f82bee32738f (patch)
tree9500c41a623888403528df8e6fa6fe779e83ee88 /libvirtxml.go
parent30884aff3b44632ddaa8b7490a20642869bf75ad (diff)
start works with lib/virtigoxml
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'libvirtxml.go')
-rw-r--r--libvirtxml.go3
1 files changed, 1 insertions, 2 deletions
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