2f5e650 virt drivers: don't handle type=network after resolving actual network type

Authored and Committed by berrange 5 years ago
    virt drivers: don't handle type=network after resolving actual network type
    
    The call to resolve the actual network type will turn any NICs with
    type=network into one of the other types. Thus there should be no need
    to handle type=network in later switch() statements jumping off the
    actual type.
    
    Reviewed-by: Cole Robinson <crobinso@redhat.com>
    Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
    
        
file modified
+3 -18
file modified
+11 -4
file modified
+6 -2
file modified
+11 -2
file modified
+10 -2
file modified
+4 -1