1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-15 12:59:06 +00:00

Fixes bug: couldn't set PCMCIA disk1 size for IOS routers.

This commit is contained in:
grossmj 2015-05-27 10:17:46 -06:00
parent 74ee73581a
commit 91c0f05a4e

View File

@ -836,7 +836,7 @@ class Router(BaseVM):
return self._disk1
@asyncio.coroutine
def disk1(self, disk1):
def set_disk1(self, disk1):
"""
Sets the size (MB) for PCMCIA disk1.