• L
    util: replace body of virNetDevMacVLanDelete() with virNetlinkDelLink() · e849062a
    Laine Stump 提交于
    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).
    e849062a
virnetdevmacvlan.c 35.6 KB