Re: [libvirt] [PATCH v6 03/23] network: make networkLogAllocation independent of domain conf

2019-06-06 Thread Laine Stump
On 5/23/19 11:32 AM, Daniel P. Berrangé wrote: Stop passing a virDomainNetDefPtr parameter to networkLogAllocation, instead just pass in the MAC address. The actual device type is also not required, since virNetworkForwardIfDefPtr has a type field that can be used instead. Reviewed-by: Laine Stu

[libvirt] [PATCH v6 03/23] network: make networkLogAllocation independent of domain conf

2019-05-23 Thread Daniel P . Berrangé
Stop passing a virDomainNetDefPtr parameter to networkLogAllocation, instead just pass in the MAC address. The actual device type is also not required, since virNetworkForwardIfDefPtr has a type field that can be used instead. Reviewed-by: Laine Stump Signed-off-by: Daniel P. Berrangé --- src/n