On 9/12/19 2:53 PM, Daniel P. Berrangé wrote:
The virNetworkPort class is passed both the virNetwork parent
python class and the virNetworkPort C object. This needs special
handling in the generator, similar to how virDomainSnapshots are
dealt with.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
generator.py | 13 +++++++++++++
1 file changed, 13 insertions(+)
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
Michal