On 02/09/2018 12:24 PM, Daniel P. Berrangé wrote:
Now that we have the ability to easily open connections to secondary
drivers, eg network:///system, it is possible to reimplement the
virDomainNetResolveActualType method in terms of the public API. This
avoids the need to have the network driver provide a callback for it.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/conf/domain_conf.c | 80 ++++++++++++++++++++++++++++++++++++++++-----
src/conf/domain_conf.h | 11 +------
src/network/bridge_driver.c | 76 +-----------------------------------------
3 files changed, 74 insertions(+), 93 deletions(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John