summaryrefslogtreecommitdiff
path: root/libvirt/network_interface_def.go
blob: 0af0cdf1d1732d4e0d09cf513a35e2db566e0999 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package libvirt

import "github.com/libvirt/libvirt-go-xml"

// An interface definition, as returned/understood by libvirt
// (see https://libvirt.org/formatdomain.html#elementsNICS)
//
// Something like:
//   <interface type='network'>
//       <source network='default'/>
//   </interface>
//

var waitForLeases map[libvirtxml.DomainInterface]bool