e849062 util: replace body of virNetDevMacVLanDelete() with virNetlinkDelLink()

Authored and Committed by Laine Stump 9 years ago
    util: replace body of virNetDevMacVLanDelete() with virNetlinkDelLink()
    
    These two functions are identical, so no sense in having the
    duplication. I resisted the temptation to replace calls to
    virNetDevMacVLanDelete() with calls to virNetlinkDelLink() just in
    case some mythical future platform has macvtap devices that aren't
    managed with netlink (or in case we some day need to do more than just
    tell the kernel to delete the device).
    
        
file modified
+2 -65