]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: convert networkNotifyActualDevice to virNetworkPortDef
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 12 Nov 2018 16:32:31 +0000 (16:32 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 17 Jun 2019 14:19:54 +0000 (15:19 +0100)
commit116f87e98cb560fa95cf4d595b6e6273e7af2e36
tree10a965d9d5b6542fbe90fe62921cfaada9b4b5e7
parent6cb0ec48bd95c95489a987e05a88e8bcf1f9109c
network: convert networkNotifyActualDevice to virNetworkPortDef

Convert the virDomainNetDef object into a virNetworkPortDef object
at the start of networkNotifyActualDevice. This largely decouples
the method impl from the domain object type.

Reviewed-by: Laine Stump <laine@laine.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/network/bridge_driver.c