
4 Oct
2017
4 Oct
'17
6:05 p.m.
On 10/02/2017 11:05 AM, Michal Privoznik wrote:
Users might have configured interface so that it's type of network, but the corresponding network plugs interfaces into an OVS bridge. Therefore, we have to check for the actual type of the interface instead of the configured one.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/qemu/qemu_driver.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John