Re: [libvirt] [PATCH v3 11/36] network: unconditionally merge port profiles

2019-03-22 Thread Laine Stump
On 3/19/19 8:46 AM, Daniel P. Berrangé wrote: All but one of the network types supports port profiles. Rather than duplicating the code to merge profiles 3 times, do it once and then later report an error if used from the wrong place. Signed-off-by: Daniel P. Berrangé Reviewed-by: Laine

[libvirt] [PATCH v3 11/36] network: unconditionally merge port profiles

2019-03-19 Thread Daniel P . Berrangé
All but one of the network types supports port profiles. Rather than duplicating the code to merge profiles 3 times, do it once and then later report an error if used from the wrong place. Signed-off-by: Daniel P. Berrangé --- src/network/bridge_driver.c | 54