mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-20 08:13:48 +00:00
Added base64 transmission of script_file
This commit is contained in:
@ -48,7 +48,7 @@ class VPCSDevice(object):
|
||||
def __init__(self, path, base_script_file, working_dir, host="127.0.0.1", name=None):
|
||||
|
||||
# find an instance identifier (1 <= id <= 512)
|
||||
# This 255 limit is due to a restriction on the number of possible
|
||||
# This 512 limit is due to a restriction on the number of possible
|
||||
# mac addresses given in VPCS using the -m option
|
||||
self._id = 0
|
||||
for identifier in range(1, 513):
|
||||
|
Reference in New Issue
Block a user