1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-03-03 17:56:05 +00:00

Fix auto idle-pc for IOS templates

This commit is contained in:
grossmj 2025-02-22 20:14:13 +10:00
parent 9122cab6c1
commit 0c3f6712b4
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -188,7 +188,7 @@ async def vmware_vms(compute_id: Union[str, UUID]) -> List[schemas.ComputeVMware
@router.post("/{compute_id}/dynamips/auto_idlepc")
async def dynamips_autoidlepc(compute_id: Union[str, UUID], auto_idle_pc: schemas.AutoIdlePC) -> str:
async def dynamips_autoidlepc(compute_id: Union[str, UUID], auto_idle_pc: schemas.AutoIdlePC):
"""
Find a suitable Idle-PC value for a given IOS image. This may take a few minutes.
"""