[libvirt] [PATCH 5/9] network: store network promiscLinks setting in NetDef actual object

2014-11-24 Thread Laine Stump
At the time that the network driver allocates a connection to a network, the tap device that will be used hasn't yet been created - that will be done later by qemu (or lxc or whoever) - but if the network has promiscLinks='no', then when we do get around to creating the tap device, we will need to

Re: [libvirt] [PATCH 5/9] network: store network promiscLinks setting in NetDef actual object

2014-11-24 Thread John Ferlan
On 11/24/2014 12:48 PM, Laine Stump wrote: At the time that the network driver allocates a connection to a network, the tap device that will be used hasn't yet been created - that will be done later by qemu (or lxc or whoever) - but if the network has promiscLinks='no', then when we do get