• L
    util: new function virNetDevGetMaster() · e75f5bfb
    Laine Stump 提交于
    This function provides the bridge/bond device that the given network
    device is attached to. The return value is 0 or -1, and the master
    device is a char** argument to the function - this is needed in order
    to allow for a "success" return from a device that has no master.
    e75f5bfb
virnetdev.c 70.2 KB