mirror of
https://github.com/GNS3/gns3-server
synced 2025-06-30 11:52:41 +00:00
Fixes bug: couldn't set PCMCIA disk1 size for IOS routers.
This commit is contained in:
parent
74ee73581a
commit
91c0f05a4e
@ -836,7 +836,7 @@ class Router(BaseVM):
|
|||||||
return self._disk1
|
return self._disk1
|
||||||
|
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
def disk1(self, disk1):
|
def set_disk1(self, disk1):
|
||||||
"""
|
"""
|
||||||
Sets the size (MB) for PCMCIA disk1.
|
Sets the size (MB) for PCMCIA disk1.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user