Fixes Dynamips console/aux ports restoration when loading a project.

This commit is contained in:
Jeremy
2015-02-26 16:15:44 -07:00
parent 62afef06af
commit 58d92f1584
10 changed files with 40 additions and 20 deletions

View File

@ -58,7 +58,9 @@ class DynamipsVMHandler:
request.match_info["project_id"],
request.json.get("vm_id"),
request.json.get("dynamips_id"),
request.json.pop("platform"))
request.json.pop("platform"),
console=request.json.get("console"),
aux=request.json.get("aux"))
yield from dynamips_manager.update_vm_settings(vm, request.json)
yield from dynamips_manager.ghost_ios_support(vm)