• M
    openvzDomainSetNetwork: use virCommand · d8b31306
    Michal Privoznik 提交于
    Currently, the openvzDomainSetNetwork function constructs an
    array of strings representing a command line for VZCTL binary.
    This is a overkill since our virCommand APIs can cover all the
    functionality. Moreover, the function is not following our
    structure where return value is set to -1 initially, and after
    all operations succeeded then it is set to zero.
    d8b31306
openvz_driver.c 63.5 KB