fix(backups/importDeltaVm): reverse newMacAddresses condition for VIF creation
Introduced by 4df8c9610
This commit is contained in:
parent
ebf19b1506
commit
37b6399398
@ -333,7 +333,7 @@ exports.importDeltaVm = defer(async function importDeltaVm(
|
|||||||
VM: vmRef,
|
VM: vmRef,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
MAC: newMacAddresses ? vif.MAC : undefined,
|
MAC: newMacAddresses ? undefined : vif.MAC,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user